wok-next annotate jbig2dec/receipt @ rev 20115

stellarium: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 30 11:43:10 2017 +0100 (2017-10-30)
parents ec67a3ebb1e2
children dd145c435e4b
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/"
pankso@16218 10 HOST_ARCH="i486 arm"
pascal@14999 11
al@19745 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19745 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
al@19745 14
pascal@18364 15 BUILD_DEPENDS="libpng-dev"
al@19745 16 SPLIT="jbig2dec-dev"
pascal@18364 17
slaxemulator@6842 18 # Rules to configure and make the package.
slaxemulator@6842 19 compile_rules()
slaxemulator@6842 20 {
al@19745 21 ./configure $CONFIGURE_ARGS && make && make install
slaxemulator@6842 22 }
slaxemulator@6842 23
slaxemulator@6842 24 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@6842 25 genpkg_rules()
slaxemulator@6842 26 {
al@19745 27 case $PACKAGE in
al@19745 28 jbig2dec) copy @std;;
al@19745 29 *-dev) copy @dev;;
al@19745 30 esac
slaxemulator@6842 31 }