summaryrefslogtreecommitdiffstats
path: root/extra/phatch/Pkgfile
blob: e22b626350bd173604a09396f9196ac647bb92a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description:traitement d'images par lots
# URL: http://photobatch.stani.be
# Maintainer: Nutyx core team
# Packager: fanch
# Depends on: 
# Run on:

#python, 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  
}