mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
jbig2dec: fix cross
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
5134376bc1
commit
ecd790a33a
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'jbig2dec'
|
# Template file for 'jbig2dec'
|
||||||
pkgname=jbig2dec
|
pkgname=jbig2dec
|
||||||
version=0.14
|
version=0.14
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libpng-devel automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
|
makedepends="libpng-devel"
|
||||||
short_desc="Decoder implementation of the JBIG2 image compression format"
|
short_desc="Decoder implementation of the JBIG2 image compression format"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="AGPL-3"
|
license="AGPL-3.0-or-later"
|
||||||
homepage="http://www.ghostscript.com/jbig2dec.html"
|
homepage="http://www.ghostscript.com/jbig2dec.html"
|
||||||
distfiles="https://github.com/ArtifexSoftware/jbig2dec/archive/${version}.tar.gz"
|
distfiles="https://github.com/ArtifexSoftware/jbig2dec/archive/${version}.tar.gz"
|
||||||
checksum=cf8368d8d5b63f2e4a993b49b95656e0090f1f419d4c2f0841a0cde75c9f34b0
|
checksum=cf8368d8d5b63f2e4a993b49b95656e0090f1f419d4c2f0841a0cde75c9f34b0
|
||||||
|
|
Loading…
Add table
Reference in a new issue