diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-04 08:00:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-04 08:00:46 +0000 |
commit | fa715f3c81b48ad53bc90fa99e96d9a2b263e62c (patch) | |
tree | b857a2c633f3212338d30910a185987250276852 /x11-misc/gpasman | |
parent | removed old crusty ebuild (diff) | |
download | historical-fa715f3c81b48ad53bc90fa99e96d9a2b263e62c.tar.gz historical-fa715f3c81b48ad53bc90fa99e96d9a2b263e62c.tar.bz2 historical-fa715f3c81b48ad53bc90fa99e96d9a2b263e62c.zip |
syntax fixes
Diffstat (limited to 'x11-misc/gpasman')
-rw-r--r-- | x11-misc/gpasman/gpasman-1.3.0.ebuild | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/x11-misc/gpasman/gpasman-1.3.0.ebuild b/x11-misc/gpasman/gpasman-1.3.0.ebuild index 91f1d910f0b1..834aab0f2cc9 100644 --- a/x11-misc/gpasman/gpasman-1.3.0.ebuild +++ b/x11-misc/gpasman/gpasman-1.3.0.ebuild @@ -1,32 +1,22 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.3.0.ebuild,v 1.9 2002/10/20 18:55:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.3.0.ebuild,v 1.10 2002/11/04 08:00:46 seemant Exp $ S=${WORKDIR}/${P} - DESCRIPTION="Gpasman: GTK Password manager" # This is _NOT_ the offical download site, but the official site # seems to not work (ever). SRC_URI="http://gpasman.nl.linux.org/${P}.tar.gz" HOMEPAGE="http://gpasman.nl.linux.org/" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" DEPEND="=x11-libs/gtk+-1.2*" - -src_compile() { - - ./configure --prefix=/usr || die "configure failed" - emake || die - -} - src_install() { - - - mkdir -p ${D}/usr/bin + dodir /usr/bin emake prefix=${D}/usr install dodoc ChangeLog AUTHORS README BUGS NEWS |