diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 15:31:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 15:31:25 +0000 |
commit | 018b264c0ea7d19d6d660aaff533f3a152671f07 (patch) | |
tree | d6a953656c068726f0f720c97f20429a5cf37a68 /app-crypt/mhash | |
parent | zoo unmasked, license resolved (diff) | |
download | historical-018b264c0ea7d19d6d660aaff533f3a152671f07.tar.gz historical-018b264c0ea7d19d6d660aaff533f3a152671f07.tar.bz2 historical-018b264c0ea7d19d6d660aaff533f3a152671f07.zip |
repoman'd
Diffstat (limited to 'app-crypt/mhash')
-rw-r--r-- | app-crypt/mhash/mhash-0.8.16.ebuild | 20 | ||||
-rw-r--r-- | app-crypt/mhash/mhash-0.8.9.ebuild | 17 |
2 files changed, 12 insertions, 25 deletions
diff --git a/app-crypt/mhash/mhash-0.8.16.ebuild b/app-crypt/mhash/mhash-0.8.16.ebuild index 054090434fd1..79728e1977bb 100644 --- a/app-crypt/mhash/mhash-0.8.16.ebuild +++ b/app-crypt/mhash/mhash-0.8.16.ebuild @@ -1,35 +1,27 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.16.ebuild,v 1.2 2002/07/07 01:32:57 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.16.ebuild,v 1.3 2002/07/25 15:31:25 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="mhash is a library providing a uniform interface to a large number of hash algorithms." SRC_URI="http://telia.dl.sourceforge.net/sourceforge/mhash/${P}.tar.gz" HOMEPAGE="http://mhash.sourceforge.net/" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc || die - + econf || die emake || die } src_install () { - dodir /usr/{bin,include,lib} - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc \ - install || die + einstall || die dodoc AUTHORS COPYING INSTALL NEWS README TODO dodoc doc/*.txt doc/skid* diff --git a/app-crypt/mhash/mhash-0.8.9.ebuild b/app-crypt/mhash/mhash-0.8.9.ebuild index 03f0766c62a3..8866e38ab2d9 100644 --- a/app-crypt/mhash/mhash-0.8.9.ebuild +++ b/app-crypt/mhash/mhash-0.8.9.ebuild @@ -1,22 +1,21 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.9.ebuild,v 1.5 2002/07/25 15:31:25 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="mhash is a library providing a uniform interface to a large number of hash algorithms." SRC_URI="http://mhash.sourceforge.net/dl/${P}.tar.gz" HOMEPAGE="http://mhash.sourceforge.net/" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc || die - + econf || die emake || die } @@ -24,11 +23,7 @@ src_install () { dodir /usr/{bin,include,lib} - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc \ - install || die + einstall || die dodoc AUTHORS COPYING INSTALL NEWS README TODO dodoc doc/*.txt doc/skid* |