blob: 59189353b9cf9cb4e0e127683255d58f025d0de0 (
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
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/popplerkit-0.0.0.20050609.ebuild,v 1.3 2005/08/25 19:03:49 swegener Exp $
inherit gnustep
MY_PN=PopplerKit
MY_PV=${PV/0.0.0.}
S=${WORKDIR}/${MY_PN}
DESCRIPTION="PopplerKit is a GNUstep/Cocoa framework for accessing and rendering PDF content."
HOMEPAGE="http://home.gna.org/gsimageapps/"
SRC_URI="http://download.gna.org/gsimageapps/${MY_PN}/${MY_PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~ppc ~x86"
SLOT="0"
IUSE=""
DEPEND="${GS_DEPEND}
>=app-text/poppler-0.3.3"
RDEPEND="${GS_RDEPEND}
>=app-text/poppler-0.3.3"
egnustep_install_domain "Local"
|