summaryrefslogtreecommitdiffstats
path: root/extra/python-pigment/Pkgfile
blob: 1ebdfa278b9cea9b649f9e3bd26c0c3db372aa31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Pigment Python library and bindings
# URL:http://www.moovida.com
# Maintainer: NuTyX core team
# Packager: fanch
# Depends on: python2, pigment, pygobject

name=python-pigment
version=0.3.12
release=1

source=(http://www.moovida.com/static/download/pigment/pigment-python-$version.tar.bz2)

build() {
	cd pigment-python-$version
        PYTHON=python2 ./configure --prefix=/usr
        make
        make DESTDIR=$PKG install
}