milis/talimatname/genel/python3-xdg/talimat

16 lines
402 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: FreeDesktop standartlarına erişmek için kullanılan Python3 kütüphanesi
# URL: http://freedesktop.org/wiki/Software/pyxdg
# Packager: geantbrun at gmail dot com
# Depends on: python3
name=python3-xdg
version=0.25
release=1
source=(http://people.freedesktop.org/~takluyver/pyxdg-$version.tar.gz)
build() {
cd pyxdg-$version
python3 setup.py install --prefix=/usr --root=$PKG
}