mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-06 09:26:32 +00:00
16 lines
434 B
Plaintext
Executable File
16 lines
434 B
Plaintext
Executable File
# description : Python library to access freedesktop.org standards
|
|
# homepage : https://freedesktop.org/Software/pyxdg
|
|
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
|
|
# 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
|
|
}
|
|
md5sum=(bedcdb3a0ed85986d40044c87f23477c)
|