31 lines
896 B
Text
31 lines
896 B
Text
# Template file for 'pyxdg'
|
|
pkgname=pyxdg
|
|
version=0.23
|
|
revision=1
|
|
build_style=python-module
|
|
makedepends="python-devel"
|
|
short_desc="Python library to access freedesktop.org standards"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://freedesktop.org/Software/pyxdg"
|
|
distfiles="http://www.freedesktop.org/~takluyver/pyxdg-${version}.tar.gz"
|
|
checksum=5cc0573dd0b8096404796ae2655e7631d2905a033f959a1072929dc1a10a678a
|
|
long_desc="
|
|
PyXDG is a python library to access freedesktop.org standards. Currently
|
|
supported are:
|
|
|
|
Base Directory Specification Version 0.6
|
|
Menu Specification Version 1.0
|
|
Desktop Entry Specification Version 1.0
|
|
Icon Theme Specification Version 0.8
|
|
Recent File Spec 0.2
|
|
Shared-MIME-Database Specification 0.13
|
|
"
|
|
pyxdg_package() {
|
|
noarch="yes"
|
|
pycompile_module="xdg"
|
|
depends="python>=2.7<3.0"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|