diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-02 20:34:24 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-02 20:34:24 +0100 |
commit | 2fc2f7a9416465331e4f01cca066f66dfd94a048 (patch) | |
tree | edf9850fd650908ef63ad6343503c04c3eb7e77d /gnome/liboobs/Pkgfile | |
parent | 5e551ac34377ca57edfc36b6b12ab46c3ea7695e (diff) | |
download | nutyx-pakxe-2fc2f7a9416465331e4f01cca066f66dfd94a048.tar.gz nutyx-pakxe-2fc2f7a9416465331e4f01cca066f66dfd94a048.tar.bz2 nutyx-pakxe-2fc2f7a9416465331e4f01cca066f66dfd94a048.tar.xz nutyx-pakxe-2fc2f7a9416465331e4f01cca066f66dfd94a048.zip |
Ajout de liboobs#2.22.2-1
Diffstat (limited to 'gnome/liboobs/Pkgfile')
-rw-r--r-- | gnome/liboobs/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnome/liboobs/Pkgfile b/gnome/liboobs/Pkgfile new file mode 100644 index 000000000..f1b314957 --- /dev/null +++ b/gnome/liboobs/Pkgfile @@ -0,0 +1,20 @@ +# Description: Librairie gnome pour la configuration du système +# URL: http://library.gnome.org/devel/liboobs/stable/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: samba3, libgnome, dbus-glib, system-tools-backends + +name=liboobs +version=2.22.2 +release=1 +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=$GNOME_PREFIX \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --mandir=$GNOME_PREFIX/share/man + make + make DESTDIR=$PKG install +} |