# Copyrigth 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Joshua Pollak #/space/gentoo/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.3.0.ebuild 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/gpasman-1.3.0.tar.gz" HOMEPAGE="http://gpasman.nl.linux.org/" DEPEND="gtk" src_compile() { ./configure --prefix=/usr || die "configure failed" emake || die } src_install() { mkdir -p ${D}/usr/bin emake prefix=${D}/usr install }