diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-09-03 08:19:12 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-09-03 08:19:12 +0000 |
commit | 6ac6884e5da25f68f0f07d2fb51289af0c3b62f5 (patch) | |
tree | 01bd159c2ca29d3821324d95673441b45a0c40d1 /app-arch/atool/atool-0.31.0.ebuild | |
parent | typo fix (diff) | |
download | gentoo-2-6ac6884e5da25f68f0f07d2fb51289af0c3b62f5.tar.gz gentoo-2-6ac6884e5da25f68f0f07d2fb51289af0c3b62f5.tar.bz2 gentoo-2-6ac6884e5da25f68f0f07d2fb51289af0c3b62f5.zip |
version bump. old version cleanout
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-arch/atool/atool-0.31.0.ebuild')
-rw-r--r-- | app-arch/atool/atool-0.31.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-arch/atool/atool-0.31.0.ebuild b/app-arch/atool/atool-0.31.0.ebuild new file mode 100644 index 000000000000..75d1ee5e5574 --- /dev/null +++ b/app-arch/atool/atool-0.31.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/atool/atool-0.31.0.ebuild,v 1.1 2005/09/03 08:19:12 dragonheart Exp $ + +DESCRIPTION="script for managing file archives of various types (atr,tar+gzip,zip,etc)" +HOMEPAGE="http://www.nongnu.org/atool/" +SRC_URI="http://savannah.nongnu.org/download/atool/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" +IUSE="" + +DEPEND="dev-lang/perl" + +src_install() { + make DESTDIR=${D} install ||die 'install failed' + dodoc ChangeLog TODO README NEWS +} |