View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/app-arch/lzop/lzop-1.01.ebuild (-1 / +10 lines)
 Lines 2-7    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/lzop/lzop-1.01.ebuild,v 1.10 2005/01/01 11:47:51 eradicator Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/lzop/lzop-1.01.ebuild,v 1.10 2005/01/01 11:47:51 eradicator Exp $
inherit eutils
DESCRIPTION="Utility for fast (even real-time) compression/decompression"
DESCRIPTION="Utility for fast (even real-time) compression/decompression"
HOMEPAGE="http://www.oberhumer.com/opensource/lzop/"
HOMEPAGE="http://www.oberhumer.com/opensource/lzop/"
SRC_URI="http://www.oberhumer.com/opensource/lzop/download/${P}.tar.gz"
SRC_URI="http://www.oberhumer.com/opensource/lzop/download/${P}.tar.gz"
 Lines 11-17    Link Here 
KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
IUSE=""
DEPEND="dev-libs/lzo"
DEPEND=">=dev-libs/lzo-2.0"
src_unpack() {
	unpack ${A}
	cd ${S}
	epatch ${FILESDIR}/${P}-lzo2.patch
	autoconf
}
src_compile() {
src_compile() {
	econf --disable-shared || die
	econf --disable-shared || die