# jbig2dec/cfg - "Build" settings for package # Revision: 110812 #--------------------------------------------------------------------- [technotes] # 1. The source tarball used by this package was created locally using # a "git" procedure similar to the following: # P=jbig2dec # rm -fr $P # git clone git://git.ghostscript.com/$P.git $P # tar jcf $P-git-NUMBER.tar.bz2 $P #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.32 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.38 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.40 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM #--------------------------------------------------------------------- [settings] amtoac = yes # "actools"-related fix build = default license = GNU General Public License, version 3 (June 2007) #--------------------------------------------------------------------- [depends] actools gawk grep libpng sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE sh ./autogen.sh \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = http://jbig2dec.sourceforge.net/ url_lfs = Not checked yet url_tarball = n/a # See notes near start of this file