summaryrefslogtreecommitdiffstats
path: root/extra/phatch/Pkgfile
blob: 25b556c029e431fbed4df786946ae6bb83557721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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  
}