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/media-gfx/gliv/gliv-1.9.6.ebuild,v 1.7 2009/11/25 22:18:55 maekke Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.9.6.ebuild,v 1.7 2009/11/25 22:18:55 maekke Exp $ |
4 |
|
4 |
|
|
|
5 |
inherit eutils autotools |
6 |
|
5 |
DESCRIPTION="An image viewer that uses OpenGL" |
7 |
DESCRIPTION="An image viewer that uses OpenGL" |
6 |
HOMEPAGE="http://guichaz.free.fr/gliv/" |
8 |
HOMEPAGE="http://guichaz.free.fr/gliv/" |
7 |
SRC_URI="http://guichaz.free.fr/gliv/files/${P}.tar.bz2" |
9 |
SRC_URI="http://guichaz.free.fr/gliv/files/${P}.tar.bz2" |
Lines 19-24
Link Here
|
19 |
dev-util/pkgconfig |
21 |
dev-util/pkgconfig |
20 |
>=sys-devel/bison-1.875" |
22 |
>=sys-devel/bison-1.875" |
21 |
|
23 |
|
|
|
24 |
src_unpack() { |
25 |
unpack ${A} |
26 |
cd "${S}" |
27 |
|
28 |
epatch "${FILESDIR}/${P}-as-needed.patch" |
29 |
eautoreconf |
30 |
} |
31 |
|
22 |
src_compile() { |
32 |
src_compile() { |
23 |
econf \ |
33 |
econf \ |
24 |
--disable-dependency-tracking \ |
34 |
--disable-dependency-tracking \ |