summaryrefslogtreecommitdiffstats
path: root/gconf/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 12:58:49 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 12:58:49 +0200
commit28bb48206c6fcb2f6dd8ec9dcc28b903b66cecd8 (patch)
tree762ad768ba17670ee6ebb1a03f09922eef55d5ee /gconf/Pkgfile
parent4d3ca5e92731ac495e9b03cd93fb269d9ed6251b (diff)
downloadnutyx-pakxe-28bb48206c6fcb2f6dd8ec9dcc28b903b66cecd8.tar.gz
nutyx-pakxe-28bb48206c6fcb2f6dd8ec9dcc28b903b66cecd8.tar.bz2
nutyx-pakxe-28bb48206c6fcb2f6dd8ec9dcc28b903b66cecd8.tar.xz
nutyx-pakxe-28bb48206c6fcb2f6dd8ec9dcc28b903b66cecd8.zip
gconf, ajout
Diffstat (limited to 'gconf/Pkgfile')
-rw-r--r--gconf/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/gconf/Pkgfile b/gconf/Pkgfile
new file mode 100644
index 000000000..cb0d75ada
--- /dev/null
+++ b/gconf/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Système de configuration de base de données
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: orbit2, polkit, dbus-glib, gtk, libldap
+# Run on: orbit2,polkit,dbus-glib,gtk,libldap
+
+name=gconf
+version=2.32.4
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.bz2)
+
+build() {
+ cd GConf-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-static \
+ --enable-defaults-service \
+ --libexecdir=/usr/lib/GConf \
+ --mandir=/usr/share/man
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/gtk-doc
+ install -v -m755 -d $PKG/etc/gconf/gconf.xml.system
+}