summaryrefslogtreecommitdiffstats
path: root/extra/gamin/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 11:47:52 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 11:47:52 +0100
commit2397b4c3aa1c49b63c13cbec7db2d38ac4d891ae (patch)
treef9d535d15f0981969663a65b5aa50f23de3cdaa8 /extra/gamin/Pkgfile
parent9dd2d6b847d41f40858f36a376c2358a411d0cae (diff)
downloadnutyx-extra-2397b4c3aa1c49b63c13cbec7db2d38ac4d891ae.tar.gz
nutyx-extra-2397b4c3aa1c49b63c13cbec7db2d38ac4d891ae.tar.bz2
nutyx-extra-2397b4c3aa1c49b63c13cbec7db2d38ac4d891ae.tar.xz
nutyx-extra-2397b4c3aa1c49b63c13cbec7db2d38ac4d891ae.zip
geany, maj des dépendances
Diffstat (limited to 'extra/gamin/Pkgfile')
-rwxr-xr-xextra/gamin/Pkgfile27
1 files changed, 0 insertions, 27 deletions
diff --git a/extra/gamin/Pkgfile b/extra/gamin/Pkgfile
deleted file mode 100755
index a0d311114..000000000
--- a/extra/gamin/Pkgfile
+++ /dev/null
@@ -1,27 +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=1
-source=( http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz\
- gamin-0.1.9-ucred-headers.patch)
-
-build() {
- cd $name-$version
- 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
-}
-