diff options
Diffstat (limited to 'base/gamin/Pkgfile')
-rwxr-xr-x | base/gamin/Pkgfile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/base/gamin/Pkgfile b/base/gamin/Pkgfile deleted file mode 100755 index a8f000d58..000000000 --- a/base/gamin/Pkgfile +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -} - |