girara: -devel: add pkgconfig files, so symlinks, use ${makedepends}.

This commit is contained in:
Juan RP 2014-07-08 15:24:11 +02:00
parent 926cc36f20
commit d71fc01531

View File

@ -1,7 +1,7 @@
# Template file for 'girara' # Template file for 'girara'
pkgname=girara pkgname=girara
version=0.2.2 version=0.2.2
revision=1 revision=2
build_style=gnu-makefile build_style=gnu-makefile
# COLOR=0 to avoid "tput not found" spam in the build output # COLOR=0 to avoid "tput not found" spam in the build output
make_build_args="COLOR=0" make_build_args="COLOR=0"
@ -20,10 +20,12 @@ post_install() {
} }
girara-devel_package() { girara-devel_package() {
depends="${sourcepkg}>=${version}_${revision} gtk+3-devel libnotify-devel" depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove "usr/lib/*.a" vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
} }
} }