summaryrefslogtreecommitdiffstats
path: root/pyxdg/Pkgfile
blob: 7e0b51830f02684d108c51e02d7c636e587657dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: Bibliothèque Python permettant l'accès aux standards FreeDesktop
# URL: http://freedesktop.org/wiki/Software/pyxdg
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on:
# Run on:

name=pyxdg
version=0.19
release=2
source=(http://people.freedesktop.org/~lanius/$name-$version.tar.gz)

build() {
	cd $name-$version
	python2 setup.py install --prefix=/usr --root=$PKG
}