summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-03-14 21:23:50 +0000
committerDror Levin <spatz@gentoo.org>2010-03-14 21:23:50 +0000
commitf76e8232325b20cc5d1ac4a17faa10894fa65340 (patch)
tree3f8f3119d1f81c1eb02c1f875065c6fcc73a5469 /app-arch/lrzip/lrzip-0.44.ebuild
parentInitial commit. Closes bug #195629 (diff)
downloadgentoo-2-f76e8232325b20cc5d1ac4a17faa10894fa65340.tar.gz
gentoo-2-f76e8232325b20cc5d1ac4a17faa10894fa65340.tar.bz2
gentoo-2-f76e8232325b20cc5d1ac4a17faa10894fa65340.zip
Version bump, bug 302913.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/lrzip/lrzip-0.44.ebuild')
-rw-r--r--app-arch/lrzip/lrzip-0.44.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-arch/lrzip/lrzip-0.44.ebuild b/app-arch/lrzip/lrzip-0.44.ebuild
new file mode 100644
index 000000000000..4a6aa898699d
--- /dev/null
+++ b/app-arch/lrzip/lrzip-0.44.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.44.ebuild,v 1.1 2010/03/14 21:23:50 spatz Exp $
+
+DESCRIPTION="Long Range ZIP or Lzma RZIP"
+HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README"
+SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/lzo
+ app-arch/bzip2
+ sys-libs/zlib"
+DEPEND="${RDEPEND}
+ x86? ( dev-lang/nasm )"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+}