wok-next view jbig2dec/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="jbig2dec"
4 VERSION="0.15"
5 CATEGORY="development"
6 SHORT_DESC="Decoder implementation of the JBIG2 image compressiong format"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://jbig2dec.com/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/$TARBALL"
13 TARBALL_SHA1="54f184c07497feb9f96ed67a59715fda92f7b79d"
15 BUILD_DEPENDS="automake libtool libpng-dev"
16 SPLIT="$PACKAGE-dev"
18 DEPENDS_std="libpng"
20 compile_rules() {
21 autoreconf -vif
22 ./configure \
23 --disable-static \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }