summaryrefslogtreecommitdiffstats
path: root/python2-rdflib/Pkgfile
blob: d4333c0b43fb5493e58a0ca71d57e59debcbf08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: module python fonctionnant avec RDF
# URL: http://rdflib.net
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: 
# Run on:

name=python2-rdflib
version=3.1.0
release=1
source=(http://rdflib.googlecode.com/files/rdflib-$version.tar.gz )

build() {
	cd $SRC/rdflib-$version
	python2 setup.py install --root=$PKG --optimize=1
}