summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/vindaloo/vindaloo-0.2-r1.ebuild')
-rw-r--r--gnustep-apps/vindaloo/vindaloo-0.2-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnustep-apps/vindaloo/vindaloo-0.2-r1.ebuild b/gnustep-apps/vindaloo/vindaloo-0.2-r1.ebuild
new file mode 100644
index 0000000..05f1d5f
--- /dev/null
+++ b/gnustep-apps/vindaloo/vindaloo-0.2-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="prefix"
+
+inherit gnustep-2
+
+S="${WORKDIR}/Etoile-${PV}/Services/User/${PN/v/V}"
+
+DESCRIPTION="An Application for displaying and navigating in PDF documents."
+HOMEPAGE="http://www.etoile-project.org/etoile/mediawiki/index.php?title=Applications"
+SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+SLOT="0"
+
+DEPEND="gnustep-libs/popplerkit
+ gnustep-libs/iconkit"
+RDEPEND="${DEPEND}"