wok-next annotate jbig2dec/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents c4e53a39395a
children d5aab818505e
rev   line source
al@19745 1 # SliTaz package receipt v2.
slaxemulator@6842 2
slaxemulator@6842 3 PACKAGE="jbig2dec"
slaxemulator@6842 4 VERSION="0.11"
slaxemulator@6842 5 CATEGORY="development"
pankso@16218 6 SHORT_DESC="Decoder implementation of the JBIG2 image compressiong format"
slaxemulator@6842 7 MAINTAINER="slaxemulator@gmail.com"
pascal@14999 8 LICENSE="GPL3"
al@19745 9 WEB_SITE="https://sourceforge.net/projects/jbig2dec/"
pascal@14999 10
al@19745 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19745 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
al@19745 13
al@20454 14 BUILD_DEPENDS="libpng16-dev"
al@19745 15 SPLIT="jbig2dec-dev"
pascal@18364 16
al@20575 17 compile_rules() {
al@20575 18 ./configure $CONFIGURE_ARGS &&
al@20575 19 fix libtool &&
al@20575 20 make &&
al@20575 21 make install
slaxemulator@6842 22 }
slaxemulator@6842 23
al@20575 24 genpkg_rules() {
al@19745 25 case $PACKAGE in
al@19745 26 jbig2dec) copy @std;;
al@20575 27 *-dev) copy @dev;;
al@19745 28 esac
slaxemulator@6842 29 }