View | Details | Raw Unified
Collapse All | Expand All

(-) tardy-1.12.ebuild (+7 lines)
 Lines 2-7    Link Here 
# Distributed under the terms of the GNU General Public License v2
# 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 $
# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/tardy-1.12.ebuild,v 1.7 2006/01/12 19:35:33 killerfox Exp $
inherit eutils
DESCRIPTION="A tar post-processor"
DESCRIPTION="A tar post-processor"
HOMEPAGE="http://tardy.sourceforge.net/"
HOMEPAGE="http://tardy.sourceforge.net/"
SRC_URI="mirror://sourceforge/tardy/${P}.tar.gz"
SRC_URI="mirror://sourceforge/tardy/${P}.tar.gz"
 Lines 15-23    Link Here 
	unpack ${A}
	unpack ${A}
	cd "${S}"
	cd "${S}"
	sed -i '/^CFLAGS/d' Makefile.in
	sed -i '/^CFLAGS/d' Makefile.in
	epatch "${FILESDIR}"/${P}-test-sort.patch
}
}
src_install() {
src_install() {
	make RPM_BUILD_ROOT="${D}" install || die "make install failed"
	make RPM_BUILD_ROOT="${D}" install || die "make install failed"
	dodoc README
	dodoc README
}
}
src_test() {
	make sure || die "test failed"
}