diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-05-05 12:13:13 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-05-05 12:13:13 +0000 |
commit | 2803d6e65660d9ffe8ba76befb6cc66670f795e4 (patch) | |
tree | db30ad9c091768d3950b26d694422f1e23f6ebcb /gnome-extra/libgsf/libgsf-1.9.0.ebuild | |
parent | * Removed default keywords. (diff) | |
download | gentoo-2-2803d6e65660d9ffe8ba76befb6cc66670f795e4.tar.gz gentoo-2-2803d6e65660d9ffe8ba76befb6cc66670f795e4.tar.bz2 gentoo-2-2803d6e65660d9ffe8ba76befb6cc66670f795e4.zip |
fresh release
Diffstat (limited to 'gnome-extra/libgsf/libgsf-1.9.0.ebuild')
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.9.0.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/gnome-extra/libgsf/libgsf-1.9.0.ebuild b/gnome-extra/libgsf/libgsf-1.9.0.ebuild new file mode 100644 index 000000000000..343a1926f814 --- /dev/null +++ b/gnome-extra/libgsf/libgsf-1.9.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.9.0.ebuild,v 1.1 2004/05/05 12:13:13 foser Exp $ + +inherit eutils gnome2 + +DESCRIPTION="The GNOME Structured File Library" +HOMEPAGE="http://www.gnome.org/" + +IUSE="gnome doc" +SLOT="0" +LICENSE="GPL-2 LGPL-2.1" +KEYWORDS="~x86 ~sparc ~ppc ~hppa ~amd64 ~alpha ~ia64 ~mips" + +# FIXME : should add optional bz2 support +RDEPEND=">=dev-libs/libxml2-2.4.16 + >=dev-libs/glib-2 + >=sys-libs/zlib-1.1.4 + gnome? ( >=gnome-base/libbonobo-2 + >=gnome-base/gnome-vfs-2 )" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + >=sys-apps/sed-4 + doc? ( >=dev-util/gtk-doc-0.9 )" + +src_unpack() { + + unpack ${A} + + cd ${S} + epatch ${FILESDIR}/${PN}-1.8.2-gtkdoc_fix.patch + +} + +G2CONF="${G2CONF} $(use_with gnome)" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" |