From 16a9d4c8d7ee1ff4613816224c3400b128b7c5a1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 21 Feb 2004 06:53:48 +0000 Subject: touchups --- sys-apps/dmapi/dmapi-2.0.5-r1.ebuild | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'sys-apps/dmapi') diff --git a/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild b/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild index 3fa73e7d66ba..0d79f3ba0608 100644 --- a/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild +++ b/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild @@ -1,29 +1,26 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild,v 1.12 2004/01/16 20:59:47 darkspecter Exp $ - -S=${WORKDIR}/${P} +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild,v 1.13 2004/02/21 06:53:48 vapier Exp $ DESCRIPTION="XFS data management API library" - +HOMEPAGE="http://oss.sgi.com/projects/xfs/" SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" -HOMEPAGE="http://oss.sgi.com/projects/xfs" -KEYWORDS="x86 amd64 ~mips ia64 ppc ~sparc" -SLOT="0" LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="x86 ppc ~sparc ~mips ia64 amd64" DEPEND="sys-fs/xfsprogs" src_unpack() { unpack ${A} - cd ${S} - cp include/builddefs.in include/builddefs.in.orig - sed -e 's:^PKG_\(.*\)_DIR[[:space:]]*= \(.*\)$:PKG_\1_DIR = $(DESTDIR)\2:' \ - -e 's:-O1::' -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ - include/builddefs.in.orig > include/builddefs.in || die + sed -i \ + -e 's:^PKG_\(.*\)_DIR[[:space:]]*= \(.*\)$:PKG_\1_DIR = $(DESTDIR)\2:' \ + -e 's:-O1::' \ + -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ + include/builddefs.in || die } src_compile() { -- cgit v1.2.3-65-gdbad