21 lines
661 B
Bash
21 lines
661 B
Bash
# Template file for 'diff-pdf'
|
|
pkgname=diff-pdf
|
|
version=0.2.20150723
|
|
revision=1
|
|
_commit=e893e91443d9159fefe153254e6092cc0edbc716
|
|
build_style=gnu-configure
|
|
wrksrc="$pkgname-$_commit"
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="wxGTK-devel cairo-devel poppler-devel poppler-glib-devel"
|
|
short_desc="A simple tool for visually comparing two PDF files"
|
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://vslavik.github.io/diff-pdf/"
|
|
distfiles="https://github.com/vslavik/diff-pdf/archive/$_commit.tar.gz"
|
|
checksum=5619de5126fac6d5a281c23693baa9cd3aef922082a5f6c66d0c501d161123f7
|
|
|
|
nocross=yes
|
|
|
|
pre_configure() {
|
|
./bootstrap
|
|
}
|