2011-11-05 23:12:03 +00:00
|
|
|
# Template file for 'libxdg-basedir'
|
|
|
|
pkgname=libxdg-basedir
|
2013-04-16 06:19:43 +00:00
|
|
|
version=1.2.0
|
2014-06-05 10:03:50 +00:00
|
|
|
revision=2
|
2011-11-05 23:12:03 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
homepage="http://n.ethz.ch/student/nevillm/download/libxdg-basedir"
|
|
|
|
short_desc="Implementation of the XDG Base Directory Specifications"
|
2014-06-05 10:03:50 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-11-05 23:12:03 +00:00
|
|
|
license="MIT"
|
2013-04-16 06:19:43 +00:00
|
|
|
#distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
|
|
|
distfiles="http://pkgs.fedoraproject.org/lookaside/pkgs/${pkgname}/${pkgname}-${version}.tar.gz/027aaf1495f6ffa4b5a563b511d5d3f3/${pkgname}-${version}.tar.gz"
|
|
|
|
checksum=dbabd6967130a443003eef8d5df46e518e7c929c56fc0aab6caa135508b874ce
|
2011-11-05 23:12:03 +00:00
|
|
|
|
2013-04-13 08:15:49 +00:00
|
|
|
libxdg-basedir-devel_package() {
|
2014-06-05 10:03:50 +00:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/lib/*.a"
|
2014-06-05 10:03:50 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 08:15:49 +00:00
|
|
|
}
|
|
|
|
}
|