35 lines
976 B
Bash
35 lines
976 B
Bash
# Template file for 'zathura'
|
|
pkgname=zathura
|
|
version=0.3.7
|
|
revision=1
|
|
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="lemmi <lemmi@nerd2nerd.org>"
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="girara-devel sqlite-devel file-devel zlib-devel"
|
|
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=22afff89f4093f22fb82188417ff9bfa9695b19a4fe894dca05b7c821b390ff0
|
|
|
|
pre_build() {
|
|
sed -i 's/^\(CFLAGS *+=\)/override \1/' config.mk
|
|
sed -i 's/^\(LDFLAGS *+=\)/override \1/' config.mk
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
zathura-devel_package() {
|
|
depends="girara-devel cairo-devel"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|