1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild,v 1.9 2008/02/26 19:40:51 drac Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild,v 1.10 2008/02/27 04:23:12 jer Exp $ |
4 | |
4 | |
5 | inherit autotools eutils |
5 | inherit autotools eutils |
6 | |
6 | |
7 | DESCRIPTION="a command line viewer for SVG files" |
7 | DESCRIPTION="a command line viewer for SVG files" |
8 | HOMEPAGE="http://cairographics.org" |
8 | HOMEPAGE="http://cairographics.org" |
9 | SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" |
9 | SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" |
10 | |
10 | |
11 | LICENSE="BSD" |
11 | LICENSE="BSD" |
12 | SLOT="0" |
12 | SLOT="0" |
13 | KEYWORDS="amd64 ppc x86" |
13 | KEYWORDS="amd64 hppa ppc x86" |
14 | IUSE="" |
14 | IUSE="" |
15 | |
15 | |
16 | RDEPEND="x11-libs/libsvg-cairo" |
16 | RDEPEND="x11-libs/libsvg-cairo" |
17 | DEPEND="${RDEPEND} |
17 | DEPEND="${RDEPEND} |
18 | x11-libs/libXt |
18 | x11-libs/libXt |