diff options
author | 2002-12-16 18:54:36 +0000 | |
---|---|---|
committer | 2002-12-16 18:54:36 +0000 | |
commit | 665ee0e18e3c9479fa54da18232c345ace34a5b9 (patch) | |
tree | c70d1266ac7c06429db9558cc92bebb1889d5168 /sys-apps/dmapi | |
parent | gcc multi scheme updates (diff) | |
download | gentoo-2-665ee0e18e3c9479fa54da18232c345ace34a5b9.tar.gz gentoo-2-665ee0e18e3c9479fa54da18232c345ace34a5b9.tar.bz2 gentoo-2-665ee0e18e3c9479fa54da18232c345ace34a5b9.zip |
changed symlinks
Diffstat (limited to 'sys-apps/dmapi')
-rw-r--r-- | sys-apps/dmapi/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/dmapi/dmapi-2.0.5-r1.ebuild | 45 | ||||
-rw-r--r-- | sys-apps/dmapi/files/digest-dmapi-2.0.5-r1 | 1 |
3 files changed, 52 insertions, 1 deletions
diff --git a/sys-apps/dmapi/ChangeLog b/sys-apps/dmapi/ChangeLog index ef9395275eea..af00b196a56f 100644 --- a/sys-apps/dmapi/ChangeLog +++ b/sys-apps/dmapi/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-apps/dmapi # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/ChangeLog,v 1.7 2002/12/13 11:00:31 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/ChangeLog,v 1.8 2002/12/16 18:54:36 bcowan Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords @@ -15,6 +15,11 @@ Fixed symlinks and "modernized" ebuild. + 16 Dec 2002; Brad Cowan <bcowan@gentoo.org> dmapi-2.0.5-r1.ebuild, + files/dmapi-2.0.5-r1: + + Changed symlinks. + *dmapi-20020330.ebuild (14 July 2002) 21 Jul 2002; Mark Guertin <gerk@gentoo.org>: diff --git a/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild b/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild new file mode 100644 index 000000000000..7269e9d20e70 --- /dev/null +++ b/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2002 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.1 2002/12/16 18:54:36 bcowan Exp $ + +S=${WORKDIR}/${P} + +DESCRIPTION="XFS data management API library" + +SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" +HOMEPAGE="http://oss.sgi.com/projects/xfs" + +KEYWORDS="~x86" +SLOT="0" +LICENSE="LGPL-2.1" + +DEPEND="sys-apps/xfsprogs" + +src_compile() { + OPTIMIZER="${CFLAGS}" + DEBUG=-DNDEBUG + + autoconf || die + + ./configure \ + --prefix=/usr \ + --libdir=/lib \ + --mandir=/usr/share/man \ + --libexecdir=/usr/lib || die + + cp include/builddefs include/builddefs.orig + sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ + -e 's:-O1::' -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ + include/builddefs.orig > include/builddefs || die + + emake || die +} + +src_install() { + make DESTDIR=${D} install install-dev || die + + dodir /lib + dosym /usr/lib/libdm.a /lib/libdm.a + dosym /usr/lib/libdm.la /lib/libdm.la + dosym /lib/libdm.so /usr/lib/libdm.so +} diff --git a/sys-apps/dmapi/files/digest-dmapi-2.0.5-r1 b/sys-apps/dmapi/files/digest-dmapi-2.0.5-r1 new file mode 100644 index 000000000000..43bf1a801e0c --- /dev/null +++ b/sys-apps/dmapi/files/digest-dmapi-2.0.5-r1 @@ -0,0 +1 @@ +MD5 843dd4ebc7d21c6b3df46c7cb258f324 dmapi-2.0.5.src.tar.gz 56399 |