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