wok-next diff jbig2dec/receipt @ rev 18290
Up: tazpkg(834)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Aug 14 16:57:11 2015 +0300 (2015-08-14) |
parents | 2b9f96603415 |
children | ec67a3ebb1e2 |
line diff
1.1 --- a/jbig2dec/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/jbig2dec/receipt Fri Aug 14 16:57:11 2015 +0300 1.3 @@ -3,25 +3,20 @@ 1.4 PACKAGE="jbig2dec" 1.5 VERSION="0.11" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="decoder implementation of the JBIG2 image compressiong format" 1.8 +SHORT_DESC="Decoder implementation of the JBIG2 image compressiong format" 1.9 MAINTAINER="slaxemulator@gmail.com" 1.10 LICENSE="GPL3" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://jbig2dec.sourceforge.net/" 1.13 WGET_URL="http://ghostscript.com/~giles/jbig2/$PACKAGE/$TARBALL" 1.14 - 1.15 -DEPENDS="glibc-base" 1.16 +HOST_ARCH="i486 arm" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 - cd $src 1.22 ./configure \ 1.23 - --prefix=/usr \ 1.24 - --infodir=/usr/share/info \ 1.25 - --mandir=/usr/share/man \ 1.26 $CONFIGURE_ARGS && 1.27 - make && make DESTDIR=$DESTDIR install 1.28 + make && make install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.