You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-arch/tardy/tardy-1.16.ebuild

31 lines
681 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/tardy-1.16.ebuild,v 1.2 2011/10/12 01:59:02 jer Exp $
inherit eutils
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 ~ppc ~x86"
IUSE=""
src_unpack() {
unpack ${A}
cd "${S}"
sed -i '/^CFLAGS/d' Makefile.in
epatch "${FILESDIR}"/${PN}-1.16-gcc43.patch
}
src_test() {
make sure || die "test failed"
}
src_install() {
make RPM_BUILD_ROOT="${D}" install || die "make install failed"
dodoc README
}