mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
15 lines
458 B
Plaintext
15 lines
458 B
Plaintext
# description : Python library to access freedesktop.org standards.
|
|
# homepage : http://freedesktop.org/wiki/Software/pyxdg
|
|
# depends : python3-setuptools
|
|
|
|
name=python3-pyxdg
|
|
version=0.28
|
|
release=1
|
|
source="$name-$version.tar.gz::https://files.pythonhosted.org/packages/source/p/pyxdg/pyxdg-$version.tar.gz"
|
|
|
|
build() {
|
|
cd pyxdg-$version
|
|
/usr/bin/python3 setup.py build
|
|
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
|
|
}
|