blob: b32eed130434d0cb110e26fa9e31fd57a0cb38be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
}
|