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/lzip/lzip-1.12.ebuild

27 lines
715 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/lzip/lzip-1.12.ebuild,v 1.4 2012/01/15 15:42:14 phajdan.jr Exp $
EAPI="2"
inherit eutils toolchain-funcs
DESCRIPTION="lossless data compressor based on the LZMA algorithm"
HOMEPAGE="http://www.nongnu.org/lzip/lzip.html"
SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86"
IUSE=""
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.9-build.patch
tc-export CC CXX
}
src_install() {
emake install DESTDIR="${D}" || die
dodoc AUTHORS README NEWS ChangeLog
}