summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2005-07-15 16:42:31 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2005-07-15 16:42:31 +0000
commite89802cc645124421be7ffda65d0df89420c82cc (patch)
treed6cffef7be1aec71a30ad73f82b91cc9d71f5504 /gnustep-libs/popplerkit/popplerkit-0.0.0.20050609.ebuild
parentdep/style fixes (diff)
downloadgentoo-2-e89802cc645124421be7ffda65d0df89420c82cc.tar.gz
gentoo-2-e89802cc645124421be7ffda65d0df89420c82cc.tar.bz2
gentoo-2-e89802cc645124421be7ffda65d0df89420c82cc.zip
Original package import
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'gnustep-libs/popplerkit/popplerkit-0.0.0.20050609.ebuild')
-rw-r--r--gnustep-libs/popplerkit/popplerkit-0.0.0.20050609.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnustep-libs/popplerkit/popplerkit-0.0.0.20050609.ebuild b/gnustep-libs/popplerkit/popplerkit-0.0.0.20050609.ebuild
new file mode 100644
index 000000000000..68202024dde0
--- /dev/null
+++ b/gnustep-libs/popplerkit/popplerkit-0.0.0.20050609.ebuild
@@ -0,0 +1,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"
+