diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-28 12:11:46 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-28 12:11:46 +0200 |
commit | 5ee4e903cd21892d5513e6e604119ac4791a9c51 (patch) | |
tree | 06bfd56e59dbe503e9abcaa21669bc66671ad62f /extra/libbonobo/Pkgfile | |
parent | c5b1e7fed0880afb791283dc7d0de31a03ca0402 (diff) | |
download | nutyx-extra-5ee4e903cd21892d5513e6e604119ac4791a9c51.tar.gz nutyx-extra-5ee4e903cd21892d5513e6e604119ac4791a9c51.tar.bz2 nutyx-extra-5ee4e903cd21892d5513e6e604119ac4791a9c51.tar.xz nutyx-extra-5ee4e903cd21892d5513e6e604119ac4791a9c51.zip |
Ajout de libbonobo#2.24.1-1
Diffstat (limited to 'extra/libbonobo/Pkgfile')
-rw-r--r-- | extra/libbonobo/Pkgfile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/extra/libbonobo/Pkgfile b/extra/libbonobo/Pkgfile new file mode 100644 index 000000000..ac473c4a3 --- /dev/null +++ b/extra/libbonobo/Pkgfile @@ -0,0 +1,28 @@ +# 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, popt, p5-xml-parser + +name=libbonobo +version=2.24.1 +release=1 +source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2\ + bonobo-activation-config.xml) + +build() { + cd $name-$version + ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ + --sysconfdir=/etc \ + --libexecdir=$(pkg-config \ + --variable=prefix ORBit-2.0)/lib/bonobo \ + --mandir=$(pkg-config \ +--variable=prefix ORBit-2.0)/share/man + make + make DESTDIR=$PKG install + install -m644 ../bonobo-activation-config.xml \ + $PKG/etc/bonobo-activation/ + rm -r $PKG/$(pkg-config \ + --variable=prefix ORBit-2.0)/share/gtk-doc + +} |