# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Lzip is a lossless file compressor based on the LZMA algorithm" HOMEPAGE="http://www.nongnu.org/lzip/lzip.html" SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="" DEPEND="" src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS README NEWS ChangeLog }