diff options
Diffstat (limited to 'sys-apps/epm/epm-0.8.ebuild')
-rw-r--r-- | sys-apps/epm/epm-0.8.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-apps/epm/epm-0.8.ebuild b/sys-apps/epm/epm-0.8.ebuild new file mode 100644 index 000000000000..678fcf6ee0e1 --- /dev/null +++ b/sys-apps/epm/epm-0.8.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/epm/epm-0.8.ebuild,v 1.1 2002/10/22 13:57:37 agriffis Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="rpm workalike for Gentoo Linux" +SRC_URI="http://www.gentoo.org/~agriffis/epm/${P}.tar.gz" +HOMEPAGE="http://www.gentoo.org/~agriffis/epm/" +KEYWORDS="x86 ppc sparc sparc64" +SLOT="0" +LICENSE="GPL-2" +RDEPEND=">=sys-devel/perl-5" + +src_install () { + dobin epm +} |