mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 18:20:12 +00:00
13 lines
284 B
Plaintext
Executable File
13 lines
284 B
Plaintext
Executable File
# description : Python library to access freedesktop.org standards
|
|
# depends : python2
|
|
|
|
name=python2-xdg
|
|
version=0.25
|
|
release=1
|
|
source="https://people.freedesktop.org/~takluyver/pyxdg-$version.tar.gz"
|
|
|
|
build() {
|
|
cd pyxdg-$version
|
|
python2 setup.py install --optimize=1 --root=$PKG
|
|
}
|