diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-19 00:23:51 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-19 00:23:51 +0100 |
commit | ae2175e6a13cf4ed6824fa3bf03aa888bc997002 (patch) | |
tree | ecb39632d9af042e615447238bcccfd720634330 /extra/phatch/Pkgfile | |
parent | aec581a6d419a6ea9433dc1e8c781168959292d8 (diff) | |
download | nutyx-extra-ae2175e6a13cf4ed6824fa3bf03aa888bc997002.tar.gz nutyx-extra-ae2175e6a13cf4ed6824fa3bf03aa888bc997002.tar.bz2 nutyx-extra-ae2175e6a13cf4ed6824fa3bf03aa888bc997002.tar.xz nutyx-extra-ae2175e6a13cf4ed6824fa3bf03aa888bc997002.zip |
phatch dans ouvert
Diffstat (limited to 'extra/phatch/Pkgfile')
-rw-r--r-- | extra/phatch/Pkgfile | 19 |
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 -} - - - |