summaryrefslogtreecommitdiffstats
path: root/gamin/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-01 13:45:10 +0200
committerpiernov <piernov@piernov.org>2011-09-01 13:45:10 +0200
commitc6679928938a3e1ab0a18c6b8590cf4a7c46ce77 (patch)
tree75ae1744e1a82e85d5fc4ba47466092c890b2f84 /gamin/Pkgfile
parent799cb5c7310f258be1f51f516557598c631d47a8 (diff)
downloadgnome3-c6679928938a3e1ab0a18c6b8590cf4a7c46ce77.tar.gz
gnome3-c6679928938a3e1ab0a18c6b8590cf4a7c46ce77.tar.bz2
gnome3-c6679928938a3e1ab0a18c6b8590cf4a7c46ce77.tar.xz
gnome3-c6679928938a3e1ab0a18c6b8590cf4a7c46ce77.zip
gamin 0.1.10-2 ajout port avec patch pour GLib 2.29
Diffstat (limited to 'gamin/Pkgfile')
-rwxr-xr-xgamin/Pkgfile26
1 files changed, 26 insertions, 0 deletions
diff --git a/gamin/Pkgfile b/gamin/Pkgfile
new file mode 100755
index 0000000..a8f000d
--- /dev/null
+++ b/gamin/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Surveillance de modification de fichiers
+# URL: http://www.gnome.org/~veillard/gamin
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=gamin
+version=0.1.10
+release=2
+source=(http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz
+ remove_deprecated_G_CONST_RETURN.patch)
+
+build() {
+ cd $name-$version
+ patch -p0 < ../remove_deprecated_G_CONST_RETURN.patch
+ sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' python/gamin.py
+
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libexecdir=/usr/bin \
+ --with-python=/usr/bin/python2
+
+ make
+ make DESTDIR=$PKG install
+}
+