diff options
Diffstat (limited to 'app-crypt/gringotts/gringotts-0.5.9.ebuild')
-rw-r--r-- | app-crypt/gringotts/gringotts-0.5.9.ebuild | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/app-crypt/gringotts/gringotts-0.5.9.ebuild b/app-crypt/gringotts/gringotts-0.5.9.ebuild index 5b43094c7588..77d8d9947647 100644 --- a/app-crypt/gringotts/gringotts-0.5.9.ebuild +++ b/app-crypt/gringotts/gringotts-0.5.9.ebuild @@ -1,15 +1,15 @@ # 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/gringotts/gringotts-0.5.9.ebuild,v 1.1 2002/06/17 15:00:38 stroke Exp $ - +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-0.5.9.ebuild,v 1.2 2002/07/25 15:31:24 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gringotts is a utility that allows you to jot down sensitive data" SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2" HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/" + SLOT="0" LICENSE="GPL-2" - +KEYWORDS="x86" RDEPEND=">=dev-libs/glib-2.0.3 >=dev-libs/atk-1.0.2 @@ -23,27 +23,13 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man || die + econf || die - emake || die + emake || die } src_install() { + make DESTDIR=${D} install || die - make DESTDIR=${D} install || die - - dodoc COPYING ChangeLog README AUTHORS - + dodoc COPYING ChangeLog README AUTHORS } - - - - - - - - - |