summaryrefslogtreecommitdiffstats
path: root/extra/phatch/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-19 00:23:51 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-19 00:23:51 +0100
commitae2175e6a13cf4ed6824fa3bf03aa888bc997002 (patch)
treeecb39632d9af042e615447238bcccfd720634330 /extra/phatch/Pkgfile
parentaec581a6d419a6ea9433dc1e8c781168959292d8 (diff)
downloadnutyx-pakxe-ae2175e6a13cf4ed6824fa3bf03aa888bc997002.tar.gz
nutyx-pakxe-ae2175e6a13cf4ed6824fa3bf03aa888bc997002.tar.bz2
nutyx-pakxe-ae2175e6a13cf4ed6824fa3bf03aa888bc997002.tar.xz
nutyx-pakxe-ae2175e6a13cf4ed6824fa3bf03aa888bc997002.zip
phatch dans ouvert
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
-}
-
-
-