Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105637 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 105637