summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/atool/atool-0.25.0.ebuild')
-rw-r--r--app-arch/atool/atool-0.25.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-arch/atool/atool-0.25.0.ebuild b/app-arch/atool/atool-0.25.0.ebuild
new file mode 100644
index 000000000000..fa558a02896d
--- /dev/null
+++ b/app-arch/atool/atool-0.25.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/atool/atool-0.25.0.ebuild,v 1.1 2002/11/10 22:30:07 vapier Exp $
+
+DESCRIPTION="script for managaging file archives of various types (atr,tar+gzip,zip,etc)"
+SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz"
+HOMEPAGE="http://www.student.lu.se/~nbi98oli/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc"
+
+DEPEND="sys-devel/perl"
+
+src_install() {
+ dobin acat adiff als apack atool aunpack
+ dodoc ChangeLog TODO README COPYING
+ doman atool.1
+}