contrib/python3-pyxdg/Pkgfile

16 lines
495 B
Plaintext
Raw Normal View History

2018-03-12 03:59:30 +01:00
# Description: Python library to access freedesktop.org standards.
# URL: http://freedesktop.org/wiki/Software/pyxdg
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools
2018-03-12 03:59:30 +01:00
name=python3-pyxdg
version=0.27
2018-03-12 03:59:30 +01:00
release=1
2018-04-03 15:32:56 +02:00
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
2018-03-12 03:59:30 +01:00
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
}