summaryrefslogtreecommitdiffstats
path: root/extra/gamin/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:31:22 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:31:22 +0200
commitbe007f2c60d55e82087cf4c7c79e6b689a513af1 (patch)
tree4da7351cddd9dfd1cc0171d1b4fa095c8061ae17 /extra/gamin/Pkgfile
parent70bcd1f777555f8432e9318fd387f679b47c24cb (diff)
downloadnutyx-extra-be007f2c60d55e82087cf4c7c79e6b689a513af1.tar.gz
nutyx-extra-be007f2c60d55e82087cf4c7c79e6b689a513af1.tar.bz2
nutyx-extra-be007f2c60d55e82087cf4c7c79e6b689a513af1.tar.xz
nutyx-extra-be007f2c60d55e82087cf4c7c79e6b689a513af1.zip
gamin dans extra
Diffstat (limited to 'extra/gamin/Pkgfile')
-rwxr-xr-xextra/gamin/Pkgfile26
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/gamin/Pkgfile b/extra/gamin/Pkgfile
new file mode 100755
index 000000000..a8f000d58
--- /dev/null
+++ b/extra/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
+}
+