summaryrefslogtreecommitdiffstats
path: root/gsettings-desktop-schemas/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 12:55:57 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 12:55:57 +0200
commit5aa414c4c2f86cfdcc25a3e151092baa3a44c236 (patch)
tree0f3ce927f1d0a00688c8cd160fc129d94c231799 /gsettings-desktop-schemas/Pkgfile
parent7eb89b35454a0d2c649d4af69afab58121f9bc3d (diff)
downloadnutyx-pakxe-5aa414c4c2f86cfdcc25a3e151092baa3a44c236.tar.gz
nutyx-pakxe-5aa414c4c2f86cfdcc25a3e151092baa3a44c236.tar.bz2
nutyx-pakxe-5aa414c4c2f86cfdcc25a3e151092baa3a44c236.tar.xz
nutyx-pakxe-5aa414c4c2f86cfdcc25a3e151092baa3a44c236.zip
gsettings-desktop-schemas, ajout
Diffstat (limited to 'gsettings-desktop-schemas/Pkgfile')
-rw-r--r--gsettings-desktop-schemas/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/gsettings-desktop-schemas/Pkgfile b/gsettings-desktop-schemas/Pkgfile
new file mode 100644
index 000000000..04f4f0d5e
--- /dev/null
+++ b/gsettings-desktop-schemas/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Contient une collection de schemas GSettings.
+# URL: http://www.gnome.org/
+# Maintainer: piernov <piernov@piernov.org>
+# Packager: piernov <piernov@piernov.org>
+# Depends on: intltool,glib
+# Run on:glib
+
+name=gsettings-desktop-schemas
+version=3.2.0
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib
+ make
+ make DESTDIR=$PKG install
+}