New package: libxdg-basedir (for awesome)

This commit is contained in:
davehome 2011-11-05 17:12:03 -06:00
parent c49f3a387f
commit fe25bb0473
4 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1 @@
libxdg-basedir

View file

@ -0,0 +1,2 @@
abi_depends=">=1.1.1"
api_depends="${abi_depends}"

View file

@ -0,0 +1,13 @@
# Template file for 'libxdg-basedir-devel'.
#
short_desc="${short_desc} (Development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install()
{
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
vmove "usr/lib/*.a" usr/lib
}

View file

@ -0,0 +1,16 @@
# Template file for 'libxdg-basedir'
pkgname=libxdg-basedir
version=1.1.1
build_style=gnu-configure
homepage="http://n.ethz.ch/student/nevillm/download/libxdg-basedir"
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
short_desc="Implementation of the XDG Base Directory Specifications"
maintainer="davehome <davehome@redthumb.info.tm>"
license="MIT"
checksum=2855b44619dc8d43ba7df995e538bf383f53b4276a26c7c26b7ec03c7b9be0ac
long_desc="
Implementation of the XDG Base Directory Specifications"
subpackages="${pkgname}-devel"
Add_dependency run glibc