|
|
# 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" |
|
|
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 |