summaryrefslogtreecommitdiffstats
path: root/gnome/liboobs/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-02 20:34:24 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-02 20:34:24 +0100
commit2fc2f7a9416465331e4f01cca066f66dfd94a048 (patch)
treeedf9850fd650908ef63ad6343503c04c3eb7e77d /gnome/liboobs/Pkgfile
parent5e551ac34377ca57edfc36b6b12ab46c3ea7695e (diff)
downloadnutyx-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/Pkgfile20
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
+}