Lines 2-8
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/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.14 2004/07/14 15:12:50 agriffis Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.14 2004/07/14 15:12:50 agriffis Exp $ |
4 |
|
4 |
|
5 |
inherit flag-o-matic |
5 |
inherit flag-o-matic gnuconfig |
6 |
|
6 |
|
7 |
DESCRIPTION="UCL: The UCL Compression Library" |
7 |
DESCRIPTION="UCL: The UCL Compression Library" |
8 |
HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" |
8 |
HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" |
Lines 19-24
Link Here
|
19 |
# besides, this is lu_zero's build |
19 |
# besides, this is lu_zero's build |
20 |
append-flags -fPIC |
20 |
append-flags -fPIC |
21 |
|
21 |
|
|
|
22 |
gnuconfig_update || die |
23 |
|
22 |
econf || die |
24 |
econf || die |
23 |
emake || die |
25 |
emake || die |
24 |
} |
26 |
} |