summaryrefslogtreecommitdiffstats
path: root/extra/libbonobo/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-02 21:18:24 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-02 21:18:24 +0100
commitacfaf2fb61f9aec5bf4112217ed14b04e0a005d0 (patch)
tree0f7af0518b9b1b1aebb59b33f836909c954b0f64 /extra/libbonobo/Pkgfile
parent2771b320f2209af7f27708b7fc87ee05844f16bc (diff)
downloadnutyx-extra-acfaf2fb61f9aec5bf4112217ed14b04e0a005d0.tar.gz
nutyx-extra-acfaf2fb61f9aec5bf4112217ed14b04e0a005d0.tar.bz2
nutyx-extra-acfaf2fb61f9aec5bf4112217ed14b04e0a005d0.tar.xz
nutyx-extra-acfaf2fb61f9aec5bf4112217ed14b04e0a005d0.zip
libbonobo ds gnome
Diffstat (limited to 'extra/libbonobo/Pkgfile')
-rw-r--r--extra/libbonobo/Pkgfile28
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/libbonobo/Pkgfile b/extra/libbonobo/Pkgfile
deleted file mode 100644
index b3703dfa6..000000000
--- a/extra/libbonobo/Pkgfile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Description: Librairie libbonobo pour gnome
-# URL: http://developer.gnome.org/arch/gnome/componentmodel/bonobo.html
-# Packager: thierryn1 at hispeed dot ch
-# Maintainer: NuTyX core team
-# Depends on: orbit2, libxml2, p5-xml-parser, dbus-glib, intltool
-# Run on: glib,pcre,dbus,dbus-glib,libxml2,orbit2
-
-name=libbonobo
-version=2.32.0
-release=2
-
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\
- bonobo-activation-config.xml)
-
-build() {
- cd $name-$version
- ./configure --prefix=$GNOME_PREFIX \
- --sysconfdir=/etc \
- --libexecdir=$GNOME_PREFIX/lib/bonobo \
- --mandir=$GNOME_PREFIX/share/man
- make
- make DESTDIR=$PKG install
- install -m644 ../bonobo-activation-config.xml \
- $PKG/etc/bonobo-activation/
- rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
-
-}
-