wok-next annotate jbig2dec/receipt @ rev 21403

updated php again (7.4.4 -> 7.4.5)
author Hans-G?nter Theisgen
date Tue Apr 21 10:28:30 2020 +0100 (2020-04-21)
parents 5669e8b3be70
children
rev   line source
al@19745 1 # SliTaz package receipt v2.
slaxemulator@6842 2
slaxemulator@6842 3 PACKAGE="jbig2dec"
al@21085 4 VERSION="0.15"
slaxemulator@6842 5 CATEGORY="development"
pankso@16218 6 SHORT_DESC="Decoder implementation of the JBIG2 image compressiong format"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@21085 9 WEB_SITE="https://jbig2dec.com/"
pascal@14999 10
al@21085 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21085 12 WGET_URL="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/$TARBALL"
al@21085 13 TARBALL_SHA1="54f184c07497feb9f96ed67a59715fda92f7b79d"
al@19745 14
al@21085 15 BUILD_DEPENDS="automake libtool libpng-dev"
al@21020 16 SPLIT="$PACKAGE-dev"
pascal@18364 17
al@21085 18 DEPENDS_std="libpng"
al@21085 19
al@20575 20 compile_rules() {
al@21085 21 autoreconf -vif
al@21085 22 ./configure \
al@21085 23 --disable-static \
al@21085 24 $CONFIGURE_ARGS &&
al@20575 25 fix libtool &&
al@20575 26 make &&
al@20575 27 make install
slaxemulator@6842 28 }