summaryrefslogtreecommitdiffstats
path: root/dconf/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
committerpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
commit457ba45f1f7d291d5881f18786b6a876573a8320 (patch)
tree0cb3caa3241b510b8a377f683aaa559342424471 /dconf/Pkgfile
downloadgnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.gz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.bz2
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.xz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.zip
Création du dépôt
Diffstat (limited to 'dconf/Pkgfile')
-rw-r--r--dconf/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/dconf/Pkgfile b/dconf/Pkgfile
new file mode 100644
index 0000000..0315973
--- /dev/null
+++ b/dconf/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Système de configuration bas-niveau
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: gobject-introspection, gtk3
+# Run on: gobject-introspection,gtk3
+
+name=dconf
+version=0.7.5
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/dconf \
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/gtk-doc
+}