|
|
# 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/www-client/links/links-2.1_pre17-r1.ebuild,v 1.5 2005/05/13 16:18:21 vanquirius Exp $ | # $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.1_pre17-r1.ebuild,v 1.5 2005/05/13 16:18:21 vanquirius Exp $ |
| |
inherit eutils |
inherit eutils toolchain-funcs |
| |
DESCRIPTION="links is a fast lightweight text tand graphic web-browser" | DESCRIPTION="links is a fast lightweight text tand graphic web-browser" |
HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/" | HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/" |
|
|
myconf="${myconf} --without-fb" | myconf="${myconf} --without-fb" |
fi | fi |
| |
|
# force --with-libjpeg if livecd flag is set |
if use livecd; then | if use livecd; then |
myconf="${myconf} --with-libjpeg" | myconf="${myconf} --with-libjpeg" |
fi | fi |
| |
|
# hack to allow cross-compilation |
|
export CC="$(tc-getCC)" |
|
|
econf \ | econf \ |
$(use_with X x) \ | $(use_with X x) \ |
$(use_with png libpng) \ | $(use_with png libpng) \ |