summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/tarsync/tarsync-0.1.ebuild')
-rw-r--r--app-arch/tarsync/tarsync-0.1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-arch/tarsync/tarsync-0.1.ebuild b/app-arch/tarsync/tarsync-0.1.ebuild
index cbc575d32e17..b4031e16d8ef 100644
--- a/app-arch/tarsync/tarsync-0.1.ebuild
+++ b/app-arch/tarsync/tarsync-0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.1.ebuild,v 1.5 2005/11/29 03:00:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.1.ebuild,v 1.6 2006/05/08 05:11:25 tcort Exp $
DESCRIPTION="Delta compression suite for using/generating binary patches"
@@ -10,6 +10,8 @@ SRC_URI="http://dev.gentoo.org/~ferringb/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~hppa ppc x86"
+IUSE=""
+
S="${WORKDIR}/${PN}"
DEPEND=">=sys-libs/zlib-1.1.4
@@ -22,5 +24,4 @@ src_compile() {
src_install() {
cd ${S}
einstall || die
-
}