summaryrefslogtreecommitdiffstats
path: root/pyxdg/Pkgfile
blob: 95a2b4a877cd59e8aa5df21bd6c0dd45b5ab14e3 (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.23
release=1
source=(http://people.freedesktop.org/~takluyver/$name-$version.tar.gz)

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