diff options
Diffstat (limited to 'app-misc/perltrash/perltrash-0.3.ebuild')
-rw-r--r-- | app-misc/perltrash/perltrash-0.3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-misc/perltrash/perltrash-0.3.ebuild b/app-misc/perltrash/perltrash-0.3.ebuild new file mode 100644 index 000000000000..29a67154cb32 --- /dev/null +++ b/app-misc/perltrash/perltrash-0.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.3.ebuild,v 1.1 2002/12/14 12:09:18 blizzy Exp $ + +DESCRIPTION="Command-line trash can emulation" +HOMEPAGE="http://www.iq-computing.de/perltrash" +SRC_URI="ftp://www.iq-computing.de/${PN}/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc" + +RDEPEND=">=sys-devel/perl-5" + +src_install() { + newbin perltrash.pl perltrash + dodoc COPYING.txt README.txt +} |