diff options
author | 2005-10-03 12:09:44 +0000 | |
---|---|---|
committer | 2005-10-03 12:09:44 +0000 | |
commit | e4602fdeb64caaca028796eec98ffdc2ac241486 (patch) | |
tree | c6caf96226dfe5502e1df6d6695c0cfd6a525f49 /dev-util/shtool/shtool-2.0.3.ebuild | |
parent | Do not install generic INSTALL document. (diff) | |
download | historical-e4602fdeb64caaca028796eec98ffdc2ac241486.tar.gz historical-e4602fdeb64caaca028796eec98ffdc2ac241486.tar.bz2 historical-e4602fdeb64caaca028796eec98ffdc2ac241486.zip |
Version bump; tidy old ebuilds/patches.
Package-Manager: portage-2.0.53_rc3
Diffstat (limited to 'dev-util/shtool/shtool-2.0.3.ebuild')
-rw-r--r-- | dev-util/shtool/shtool-2.0.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/shtool/shtool-2.0.3.ebuild b/dev-util/shtool/shtool-2.0.3.ebuild new file mode 100644 index 000000000000..23a262d25d32 --- /dev/null +++ b/dev-util/shtool/shtool-2.0.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.3.ebuild,v 1.1 2005/10/03 12:09:44 ka0ttic Exp $ + +DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool" +HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" +SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" +#SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/perl-5.6" + +src_install () { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog COPYING README THANKS VERSION NEWS RATIONAL +} |