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