summaryrefslogtreecommitdiffstats
path: root/extra/gamin/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/gamin/Pkgfile
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/gamin/Pkgfile')
-rwxr-xr-xextra/gamin/Pkgfile28
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/gamin/Pkgfile b/extra/gamin/Pkgfile
deleted file mode 100755
index 5c7610556..000000000
--- a/extra/gamin/Pkgfile
+++ /dev/null
@@ -1,28 +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
-# 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
-}
-