summaryrefslogtreecommitdiffstats
path: root/extra/phatch/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/phatch/Pkgfile')
-rw-r--r--extra/phatch/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/phatch/Pkgfile b/extra/phatch/Pkgfile
deleted file mode 100644
index b32eed130..000000000
--- a/extra/phatch/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description:traitement d'images par lots
-# URL: http://photobatch.stani.be
-# Maintainer: Nutyx core team
-# Packager: fanch
-# Depends on: wxpython, pil
-# Run on: wxpython,pil
-
-name=phatch
-version=0.2.7
-release=1
-source=(http://photobatch.stani.be/download/package/phatch-$version.tar.gz)
-
-build() {
- cd $name-$version
- python2 setup.py build install --root=$PKG
-}
-
-
-