summaryrefslogtreecommitdiffstats
path: root/gamin/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-30 16:52:49 +0200
committerpiernov <piernov@piernov.org>2012-04-30 16:52:49 +0200
commitf62f02531461167e304f2808bf72f17b4341ae80 (patch)
tree347501177bde79e33e29dfcf3391e6fa20e652a7 /gamin/Pkgfile
parent7cbcbee6fbca0568a8901e3679d987cf1d004297 (diff)
downloadnutyx-extra-f62f02531461167e304f2808bf72f17b4341ae80.tar.gz
nutyx-extra-f62f02531461167e304f2808bf72f17b4341ae80.tar.bz2
nutyx-extra-f62f02531461167e304f2808bf72f17b4341ae80.tar.xz
nutyx-extra-f62f02531461167e304f2808bf72f17b4341ae80.zip
Revert "samba3, dépendances déplacées dans base"
This reverts commit 4a9b76754c9a01581b89fb85489e7951fab810a0.
Diffstat (limited to 'gamin/Pkgfile')
-rwxr-xr-xgamin/Pkgfile28
1 files changed, 28 insertions, 0 deletions
diff --git a/gamin/Pkgfile b/gamin/Pkgfile
new file mode 100755
index 000000000..5c7610556
--- /dev/null
+++ b/gamin/Pkgfile
@@ -0,0 +1,28 @@
+# Description: Surveillance de modification de fichiers
+# URL: http://www.gnome.org/~veillard/gamin
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on :glib
+# Run on :glib
+
+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
+}
+