# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/atool/atool-0.32.0.ebuild,v 1.4 2007/05/05 14:09:04 dertobi123 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="~amd64 ppc sparc x86" IUSE="" src_install() { make DESTDIR="${D}" install || die 'install failed' dodoc ChangeLog TODO README NEWS }