blob: b0ba819ecbf2a75dc0c0e967fd364d39bf8e7025 (
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-apps/vindaloo/vindaloo-0.2.ebuild,v 1.2 2005/08/25 18:57:12 swegener Exp $
inherit gnustep
S=${WORKDIR}/${PN/v/V}
DESCRIPTION="An Application for displaying and navigating in PDF documents."
HOMEPAGE="http://gna.org/projects/gsimageapps"
SRC_URI="http://download.gna.org/gsimageapps/${PN/v/V}/${P/v/V}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~ppc ~x86"
SLOT="0"
IUSE=""
DEPEND="${GS_DEPEND}
gnustep-libs/popplerkit"
RDEPEND="${GS_RDEPEND}
gnustep-libs/popplerkit"
egnustep_install_domain "Local"
|