jbigkit: update to 2.2
Upstream automake was fixed; also supports 'make check' now.
This commit is contained in:
parent
fad4099689
commit
fe45a20428
1 changed files with 5 additions and 6 deletions
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'jbigkit'
|
||||
pkgname=jbigkit
|
||||
version=2.1
|
||||
revision=2
|
||||
version=2.2
|
||||
revision=1
|
||||
wrksrc="${pkgname}-shared-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
checkdepends="check-devel"
|
||||
short_desc="Data compression library/utilities for bi-level high-resolution images"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.cl.cam.ac.uk/~mgk25/jbigkit"
|
||||
distfiles="https://github.com/void-linux/jbigkit-shared/archive/v${version}.tar.gz"
|
||||
checksum=bce256a39735145ecfc10d3e446e0b55fed1f7c80cffb6e2601a9090faae92e6
|
||||
disable_parallel_build=yes
|
||||
broken="../libtool: line 7493: cd: ../libjbig/.libs: No such file or directory"
|
||||
checksum=5cccbfb3bd7daf224a244ce0578dbcf706e4f39962426ceede873262b29b9931
|
||||
|
||||
pre_configure() {
|
||||
./bootstrap.sh
|
||||
|
|
Loading…
Reference in a new issue