# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="LibLZF is a very small data compression library" HOMEPAGE="http://www.goof.com/pcg/marc/liblzf.html" SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_install() { emake install DESTDIR="${D}" || die }