diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-13 05:21:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-13 05:21:26 +0000 |
commit | cb12328dfd702151f1316bd08b240c907cad4bf8 (patch) | |
tree | 5af3a1f9330d99de7538078a3e554cb5acb69049 /app-arch/tardy/tardy-1.12.ebuild | |
parent | touchups / amd64 KEYWORDS (diff) | |
download | historical-cb12328dfd702151f1316bd08b240c907cad4bf8.tar.gz historical-cb12328dfd702151f1316bd08b240c907cad4bf8.tar.bz2 historical-cb12328dfd702151f1316bd08b240c907cad4bf8.zip |
initial import #60219
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-arch/tardy/tardy-1.12.ebuild')
-rw-r--r-- | app-arch/tardy/tardy-1.12.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-arch/tardy/tardy-1.12.ebuild b/app-arch/tardy/tardy-1.12.ebuild new file mode 100644 index 000000000000..9ae57b33c597 --- /dev/null +++ b/app-arch/tardy/tardy-1.12.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 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.1 2005/02/13 05:21:26 vapier 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 ~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 +} |