diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-05-13 21:23:39 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-05-13 21:23:39 +0000 |
commit | 00ad218f9700cd028b2be08b8cd474987500e9d6 (patch) | |
tree | 04bfe991aef48bcf8d379bd2190f3eef164f73f5 /gnome-extra/libgsf/libgsf-1.8.0.ebuild | |
parent | new version (diff) | |
download | gentoo-2-00ad218f9700cd028b2be08b8cd474987500e9d6.tar.gz gentoo-2-00ad218f9700cd028b2be08b8cd474987500e9d6.tar.bz2 gentoo-2-00ad218f9700cd028b2be08b8cd474987500e9d6.zip |
new version, mark 1.7.2 x86 and cleanup
Diffstat (limited to 'gnome-extra/libgsf/libgsf-1.8.0.ebuild')
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.8.0.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/gnome-extra/libgsf/libgsf-1.8.0.ebuild b/gnome-extra/libgsf/libgsf-1.8.0.ebuild new file mode 100644 index 000000000000..f1d3263813e1 --- /dev/null +++ b/gnome-extra/libgsf/libgsf-1.8.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.8.0.ebuild,v 1.1 2003/05/13 21:23:39 foser Exp $ + +inherit gnome2 + +IUSE="gnome doc" +DESCRIPTION="The GNOME Structured File Library" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~x86 ~sparc ~ppc" + +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 + doc? ( >=dev-util/gtk-doc-0.9 )" + +src_unpack() { + unpack ${A} + cd ${S}/doc/ + + # little hack to fix bug 7570 + cp Makefile.in Makefile.in.orig + sed -e "s:doc\$(TARGET_DIR):\$(TARGET_DIR):" \ + Makefile.in.orig > Makefile.in +} + +use gnome \ + && G2CONF="${G2CONF} --with-gnome" \ + || G2CONF="${G2CONF} --without-gnome" + +G2CONF="${G2CONF} --with-gnome --with-zlib" + +DOCS="dodoc AUTHORS COPYING* ChangeLog INSTALL NEWS README" |