summaryrefslogtreecommitdiffstats
path: root/extra/libbonobo/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-10 21:27:12 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-10 21:27:12 +0100
commit5792808c93c73618626f98f5e02ee7484561c6d6 (patch)
tree21837860042d8fb689b086c59f5af4d38512f547 /extra/libbonobo/Pkgfile
parent9a189839bccb63523811537b5eca9a80f10cf3f5 (diff)
downloadnutyx-pakxe-5792808c93c73618626f98f5e02ee7484561c6d6.tar.gz
nutyx-pakxe-5792808c93c73618626f98f5e02ee7484561c6d6.tar.bz2
nutyx-pakxe-5792808c93c73618626f98f5e02ee7484561c6d6.tar.xz
nutyx-pakxe-5792808c93c73618626f98f5e02ee7484561c6d6.zip
maj libbonobo#2.24.2-1
Diffstat (limited to 'extra/libbonobo/Pkgfile')
-rw-r--r--extra/libbonobo/Pkgfile15
1 files changed, 6 insertions, 9 deletions
diff --git a/extra/libbonobo/Pkgfile b/extra/libbonobo/Pkgfile
index ac473c4a3..904a7b1b1 100644
--- a/extra/libbonobo/Pkgfile
+++ b/extra/libbonobo/Pkgfile
@@ -5,24 +5,21 @@
# Depends on: orbit2, libxml2, popt, p5-xml-parser
name=libbonobo
-version=2.24.1
+version=2.24.2
release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2\
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\
bonobo-activation-config.xml)
build() {
cd $name-$version
- ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
+ ./configure --prefix=$GNOME_PREFIX \
--sysconfdir=/etc \
- --libexecdir=$(pkg-config \
- --variable=prefix ORBit-2.0)/lib/bonobo \
- --mandir=$(pkg-config \
---variable=prefix ORBit-2.0)/share/man
+ --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/$(pkg-config \
- --variable=prefix ORBit-2.0)/share/gtk-doc
+ rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
}