diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 13:17:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 13:17:40 +0000 |
commit | 08667038740bb970d0f38f33bac858712b6fc714 (patch) | |
tree | 6f8baa9a3eb292edd61241350c26d6ccbacb742f /app-admin/passook/passook-1.0.0.ebuild | |
parent | repoman'd (diff) | |
download | gentoo-2-08667038740bb970d0f38f33bac858712b6fc714.tar.gz gentoo-2-08667038740bb970d0f38f33bac858712b6fc714.tar.bz2 gentoo-2-08667038740bb970d0f38f33bac858712b6fc714.zip |
repoman'd
Diffstat (limited to 'app-admin/passook/passook-1.0.0.ebuild')
-rw-r--r-- | app-admin/passook/passook-1.0.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-admin/passook/passook-1.0.0.ebuild b/app-admin/passook/passook-1.0.0.ebuild new file mode 100644 index 000000000000..09000d8cf029 --- /dev/null +++ b/app-admin/passook/passook-1.0.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/passook/passook-1.0.0.ebuild,v 1.1 2002/07/25 13:17:40 seemant Exp $ + +S=${WORKDIR} +DESCRIPTION="Password generator capable of generating pronounceable and/or secure passwords." +SRC_URI="ftp://mackers.com/pub/scripts/passook.tar.gz" +HOMEPAGE="http://mackers.com/misc/scripts/passook/" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="sys-devel/perl + sys-apps/grep + sys-apps/miscfiles" + +src_unpack() { + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/passook.diff || die +} + +src_install() { + dobin passook + dodoc README passook.cgi +} |