16 lines
449 B
Plaintext
16 lines
449 B
Plaintext
# Description: Python library to access freedesktop.org standards.
|
|
# URL: http://freedesktop.org/wiki/Software/pyxdg
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
# Packager: Antonio SJ Musumeci, bile at landofbile dot com
|
|
# Depends on: python
|
|
|
|
name=pyxdg
|
|
version=0.25
|
|
release=1
|
|
source=(http://people.freedesktop.org/~takluyver/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
/usr/bin/python setup.py install --prefix=/usr --root=$PKG
|
|
}
|