diff --git a/srcpkgs/pyxdg/template b/srcpkgs/pyxdg/template new file mode 100644 index 00000000000..621230dee39 --- /dev/null +++ b/srcpkgs/pyxdg/template @@ -0,0 +1,27 @@ +# Template file for 'pyxdg' +pkgname=pyxdg +version=0.23 +revision=1 +build_style=python-module +depends="python>=2.7<3.0" +makedepends="python-devel" +short_desc="Python library to access freedesktop.org standards" +maintainer="Juan RP " +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 +" + +noarch=yes +pycompile_module="xdg"