summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-04 08:00:46 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-04 08:00:46 +0000
commit4667835a8e22c08fe414d2effa6c23e051d43060 (patch)
tree209ce0f6e4172320336bcba3228899f267db4b9a /x11-misc/gpasman
parentremoved old crusty ebuild (diff)
downloadgentoo-2-4667835a8e22c08fe414d2effa6c23e051d43060.tar.gz
gentoo-2-4667835a8e22c08fe414d2effa6c23e051d43060.tar.bz2
gentoo-2-4667835a8e22c08fe414d2effa6c23e051d43060.zip
syntax fixes
Diffstat (limited to 'x11-misc/gpasman')
-rw-r--r--x11-misc/gpasman/gpasman-1.3.0.ebuild18
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