summaryrefslogtreecommitdiffstats
path: root/extra/phatch/Pkgfile
diff options
context:
space:
mode:
authorFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-22 22:41:59 +0100
committerFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-22 22:41:59 +0100
commit1766ee80f3e3722fa1bf5a9c967f754f47d116a2 (patch)
tree3410b5ed63d00ca29c5e38181cd549d0f45171d2 /extra/phatch/Pkgfile
parentf10613110350e839c0c29b874f2d4e67d3be31a7 (diff)
downloadnutyx-pakxe-1766ee80f3e3722fa1bf5a9c967f754f47d116a2.tar.gz
nutyx-pakxe-1766ee80f3e3722fa1bf5a9c967f754f47d116a2.tar.bz2
nutyx-pakxe-1766ee80f3e3722fa1bf5a9c967f754f47d116a2.tar.xz
nutyx-pakxe-1766ee80f3e3722fa1bf5a9c967f754f47d116a2.zip
Ajout de phatch#0.1.6-1
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
+}
+
+