blob: 93a51d6c012bc2849a02650f5c18fff4468ea28e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/gpdf-0.102.ebuild,v 1.3 2003/06/18 21:05:13 liquidx Exp $
inherit flag-o-matic gnome2
DESCRIPTION="PDF viewer for Gnome 2"
HOMEPAGE="http://www.purl.org/NET/gpdf"
IUSE=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="-*"
RDEPEND=">=gnome-base/libgnomeui-2
>=gnome-base/ORBit2-2.4.1
>=gnome-base/libgnomeprint-2.2
app-text/ghostscript
>=media-libs/freetype-2.0.5
>=media-libs/t1lib-1.3"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0"
DOCS="AUTHORS ChangeLog COPYING* MAINTAINERS TODO NEWS README"
src_compile() {
use alpha && append-flags -fPIC
gnome2_src_compile
}
|