libxdg-basedir: modernize.
This commit is contained in:
parent
cc9eb9736d
commit
ef3cc45325
1 changed files with 5 additions and 4 deletions
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'libxdg-basedir'
|
# Template file for 'libxdg-basedir'
|
||||||
pkgname=libxdg-basedir
|
pkgname=libxdg-basedir
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
homepage="http://n.ethz.ch/student/nevillm/download/libxdg-basedir"
|
homepage="http://n.ethz.ch/student/nevillm/download/libxdg-basedir"
|
||||||
short_desc="Implementation of the XDG Base Directory Specifications"
|
short_desc="Implementation of the XDG Base Directory Specifications"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
#distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
#distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||||
distfiles="http://pkgs.fedoraproject.org/lookaside/pkgs/${pkgname}/${pkgname}-${version}.tar.gz/027aaf1495f6ffa4b5a563b511d5d3f3/${pkgname}-${version}.tar.gz"
|
distfiles="http://pkgs.fedoraproject.org/lookaside/pkgs/${pkgname}/${pkgname}-${version}.tar.gz/027aaf1495f6ffa4b5a563b511d5d3f3/${pkgname}-${version}.tar.gz"
|
||||||
checksum=dbabd6967130a443003eef8d5df46e518e7c929c56fc0aab6caa135508b874ce
|
checksum=dbabd6967130a443003eef8d5df46e518e7c929c56fc0aab6caa135508b874ce
|
||||||
|
|
||||||
libxdg-basedir-devel_package() {
|
libxdg-basedir-devel_package() {
|
||||||
depends="libxdg-basedir>=${version}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue