blob: 6faded839a0a970d1631c5b492d6805baf4fde6e (
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
26
27
28
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.12.1.ebuild,v 1.10 2005/09/24 04:18:36 vapier Exp $
inherit gnome2
DESCRIPTION="The GNOME Structured File Library"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 sparc x86"
IUSE="bzip2 doc gnome static"
RDEPEND=">=dev-libs/libxml2-2.4.16
>=dev-libs/glib-2.6
sys-libs/zlib
gnome? ( >=gnome-base/libbonobo-2
>=gnome-base/gnome-vfs-2.2 )
bzip2? ( app-arch/bzip2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
doc? ( >=dev-util/gtk-doc-1 )"
G2CONF="${G2CONF} $(use_with bzip2 bz2) $(use_with gnome) $(use_enable static)"
DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
|