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