summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-08-20 21:52:37 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-08-20 21:52:37 +0000
commitd87ce23e856ddedf450d67007da1387b23730550 (patch)
treedd656c784993697be65696c767dc3e3f243eaa34 /gnome-extra/bonobo-conf
parentupdated to 1.0.8 (diff)
downloadhistorical-d87ce23e856ddedf450d67007da1387b23730550.tar.gz
historical-d87ce23e856ddedf450d67007da1387b23730550.tar.bz2
historical-d87ce23e856ddedf450d67007da1387b23730550.zip
updated to 0.11
Diffstat (limited to 'gnome-extra/bonobo-conf')
-rw-r--r--gnome-extra/bonobo-conf/bonobo-conf-0.11.ebuild40
-rw-r--r--gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.111
2 files changed, 41 insertions, 0 deletions
diff --git a/gnome-extra/bonobo-conf/bonobo-conf-0.11.ebuild b/gnome-extra/bonobo-conf/bonobo-conf-0.11.ebuild
new file mode 100644
index 000000000000..389ce4cf3fc7
--- /dev/null
+++ b/gnome-extra/bonobo-conf/bonobo-conf-0.11.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Mikael Hallendal <hallski@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.11.ebuild,v 1.1 2001/08/20 21:52:37 hallski Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Bonobo Configuration System"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}"
+HOMEPAGE="http://www.gnome.org/"
+
+DEPEND="nls? ( sys-devel/gettext )
+ >=dev-libs/glib-1.2.0
+ >=dev-util/xml-i18n-tools-0.8.4
+ >=x11-libs/gtk+-1.2.0
+ >=gnome-base/bonobo-1.0
+ >=gnome-base/oaf-0.6.2"
+
+src_compile() {
+ local myconf
+ if [ -z "`use nls`" ] ; then
+ myconf="--disable-nls"
+ fi
+ try ./configure --host=${CHOST} --prefix=/opt/gnome \
+ --sysconfdir=/etc/opt/gnome --disable-more-warnings $myconf
+ try pmake
+
+}
+
+src_install () {
+
+ try make DESTDIR=${D} install
+ dodoc AUTHORS COPYING ChangeLog README NEWS TODO
+
+}
+
+
+
+
+
diff --git a/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.11 b/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.11
new file mode 100644
index 000000000000..23806e38182d
--- /dev/null
+++ b/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.11
@@ -0,0 +1 @@
+MD5 ed574259ee3f5222bc3dacc3b7da7256 bonobo-conf-0.11.tar.gz