2014-07-08 11:27:34 +00:00
|
|
|
# Template file for 'zathura'
|
|
|
|
pkgname=zathura
|
|
|
|
version=0.2.9
|
2014-07-08 13:20:34 +00:00
|
|
|
revision=2
|
2014-07-08 11:27:34 +00:00
|
|
|
build_style=gnu-makefile
|
|
|
|
# COLOR=0 to avoid "tput not found" spam in the build output
|
|
|
|
make_build_args="COLOR=0"
|
|
|
|
make_install_args="COLOR=0"
|
|
|
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
|
|
|
hostmakedepends="pkg-config intltool"
|
2014-07-08 13:20:34 +00:00
|
|
|
makedepends="girara-devel sqlite-devel file-devel zlib-devel"
|
2014-07-08 11:27:34 +00:00
|
|
|
license="zlib"
|
|
|
|
homepage="http://pwmt.org/projects/zathura/installation/"
|
|
|
|
short_desc="A highly customizable and functional document viewer"
|
|
|
|
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.gz"
|
|
|
|
checksum=2c071d403ec9348b839567b2897850bf29d9c24c85982b5509a1a429a72ee09f
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|
|
|
|
|
|
|
|
zathura-devel_package() {
|
2014-07-08 13:20:34 +00:00
|
|
|
depends="girara-devel cairo-devel"
|
2014-07-08 11:27:34 +00:00
|
|
|
short_desc+=" - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
2014-07-08 13:20:34 +00:00
|
|
|
vmove usr/lib/pkgconfig
|
2014-07-08 11:27:34 +00:00
|
|
|
}
|
|
|
|
}
|