zathura: -devel: add pkgconfig files, fixed rdeps.

This commit is contained in:
Juan RP 2014-07-08 15:20:34 +02:00
parent f8958709c0
commit 926cc36f20
1 changed files with 4 additions and 3 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'zathura' # Template file for 'zathura'
pkgname=zathura pkgname=zathura
version=0.2.9 version=0.2.9
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"
make_install_args="COLOR=0" make_install_args="COLOR=0"
maintainer="Dominik Honnef <dominik@honnef.co>" maintainer="Dominik Honnef <dominik@honnef.co>"
hostmakedepends="pkg-config intltool" hostmakedepends="pkg-config intltool"
makedepends="girara-devel sqlite-devel libmagic file-devel zlib-devel" makedepends="girara-devel sqlite-devel file-devel zlib-devel"
license="zlib" license="zlib"
homepage="http://pwmt.org/projects/zathura/installation/" homepage="http://pwmt.org/projects/zathura/installation/"
short_desc="A highly customizable and functional document viewer" short_desc="A highly customizable and functional document viewer"
@ -20,9 +20,10 @@ post_install() {
} }
zathura-devel_package() { zathura-devel_package() {
depends="${sourcepkg}>=${version}_${revision} girara-devel sqlite-devel libmagic file-devel zlib-devel" depends="girara-devel cairo-devel"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig
} }
} }