# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/tardy-1.12.ebuild,v 1.7 2006/01/12 19:35:33 killerfox Exp $ DESCRIPTION="A tar post-processor" HOMEPAGE="http://tardy.sourceforge.net/" SRC_URI="mirror://sourceforge/tardy/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 hppa ppc x86" IUSE="" src_unpack() { unpack ${A} cd "${S}" sed -i '/^CFLAGS/d' Makefile.in } src_install() { make RPM_BUILD_ROOT="${D}" install || die "make install failed" dodoc README }