|
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/net-www/elinks/elinks-0.9.2_rc4.ebuild,v 1.1 2004/08/02 17:47:58 spock Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-www/elinks/elinks-0.9.2_rc4.ebuild,v 1.1 2004/08/02 17:47:58 spock Exp $ |
| 4 |
|
4 |
|
|
|
5 |
inherit eutils |
| 6 |
|
| 5 |
IUSE="gpm zlib ssl ipv6 X lua guile" |
7 |
IUSE="gpm zlib ssl ipv6 X lua guile" |
| 6 |
|
8 |
|
| 7 |
MY_P=${P/_/} |
9 |
MY_P=${P/_/} |
|
Lines 29-34
Link Here
|
| 29 |
src_unpack() { |
31 |
src_unpack() { |
| 30 |
unpack ${A} |
32 |
unpack ${A} |
| 31 |
cd ${WORKDIR} |
33 |
cd ${WORKDIR} |
|
|
34 |
|
| 35 |
use macos && epatch ${FILESDIR}/elinks-macos.patch |
| 32 |
|
36 |
|
| 33 |
mv "${PN}-0.9.1.conf" "${PN}.conf" |
37 |
mv "${PN}-0.9.1.conf" "${PN}.conf" |
| 34 |
sed -i -e 's:/\* #define CONFIG_256_COLORS \*/:#define CONFIG_256_COLORS:' ${S}/feature.h |
38 |
sed -i -e 's:/\* #define CONFIG_256_COLORS \*/:#define CONFIG_256_COLORS:' ${S}/feature.h |