# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A tar post-processor" HOMEPAGE="http://www.canb.auug.org.au/~millerp/tardy.html" SRC_URI="http://www.canb.auug.org.au/~millerp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86" src_unpack() { unpack ${A} } src_compile() { cd ${S} econf || die "configure failed" emake || die "emake failed" } src_install() { make RPM_BUILD_ROOT="${D}" install || die "make install failed" cd "${S}" dodoc README }