summaryrefslogtreecommitdiff
blob: 68202024dde09579ae08aba64888fcd2c91feaf5 (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
# 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.1 2005/07/15 16:42:31 fafhrd 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="~x86"
SLOT="0"

IUSE="${IUSE}"
DEPEND="${GS_DEPEND}
	>=app-text/poppler-0.3.3"
RDEPEND="${GS_RDEPEND}
	>=app-text/poppler-0.3.3"

egnustep_install_domain "Local"