summaryrefslogtreecommitdiffstats
path: root/extra/libbonoboui/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-02 21:18:00 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-02 21:18:00 +0100
commit2771b320f2209af7f27708b7fc87ee05844f16bc (patch)
tree30ae572aeb9f73f6f7a7c499f065071b390c02d4 /extra/libbonoboui/Pkgfile
parentee3d49d66929cf0eee990eb52f2d34fac67283cc (diff)
downloadnutyx-extra-2771b320f2209af7f27708b7fc87ee05844f16bc.tar.gz
nutyx-extra-2771b320f2209af7f27708b7fc87ee05844f16bc.tar.bz2
nutyx-extra-2771b320f2209af7f27708b7fc87ee05844f16bc.tar.xz
nutyx-extra-2771b320f2209af7f27708b7fc87ee05844f16bc.zip
libbonobui ds gnome
Diffstat (limited to 'extra/libbonoboui/Pkgfile')
-rw-r--r--extra/libbonoboui/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/libbonoboui/Pkgfile b/extra/libbonoboui/Pkgfile
deleted file mode 100644
index 46a709295..000000000
--- a/extra/libbonoboui/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: contient la librairie libbonoboui
-# URL: http://www.gnome.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libgnome, libgnomecanvas
-# Run on: audiofile,expat,freetype,glib,libart_lgpl,libpng,openssl,pcre,popt,alsa-lib,atk,cairo,dbus,dbus-glib,esound,fontconfig,gconf,glitz,gtk,libbonobo,libglade,libgnome,libgnomecanvas,libxml2,orbit2,pango,gnome-vfs
-
-name=libbonoboui
-version=2.24.2
-release=1
-source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.24/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0)
- make
- make DESTDIR=$PKG install
- rm -r $PKG/$(pkg-config \
- --variable=prefix ORBit-2.0)/share/gtk-doc
-}
-