diff --git a/srcpkgs/zathura-devel b/srcpkgs/zathura-devel new file mode 120000 index 00000000000..e76b2684bf0 --- /dev/null +++ b/srcpkgs/zathura-devel @@ -0,0 +1 @@ +zathura \ No newline at end of file diff --git a/srcpkgs/zathura/template b/srcpkgs/zathura/template new file mode 100644 index 00000000000..1151259590a --- /dev/null +++ b/srcpkgs/zathura/template @@ -0,0 +1,28 @@ +# Template file for 'zathura' +pkgname=zathura +version=0.2.9 +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="Dominik Honnef " +hostmakedepends="pkg-config intltool" +makedepends="girara-devel sqlite-devel libmagic 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=2c071d403ec9348b839567b2897850bf29d9c24c85982b5509a1a429a72ee09f + +post_install() { + vlicense LICENSE +} + +zathura-devel_package() { + depends="${sourcepkg}>=${version}_${revision} girara-devel sqlite-devel libmagic file-devel zlib-devel" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + } +}