# jbigkit/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Normal integration is disabled for the "jbigkit" libraries to # prevent conflicts with other packages that may provide their own # versions of the libraries. If a package needs the versions provid- # ed by "jbigkit", it should add "jbigkit" to its "setpaths" list. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.08 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.00 hours (or 000.08 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.08 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.10 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.63 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = See "license*.txt" in installed tree licfile = COPYING nosyslinks = include, lib # See "technotes" in "cfg" file setpaths = jbigkit tmpsize = 2M #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin INCDIR=$PKGDIR_PROD/include LIBDIR=$PKGDIR_PROD/lib MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $INCDIR $LIBDIR $MANDIR cd libjbig make ls -l cp -p *.h $INCDIR/ cp -p lib*.so $LIBDIR/ cd ../pbmtools cp -p *.1 $MANDIR/ make cp -p pbmtojbg jbgtopbm \ pbmtojbg85 jbgtopbm85 \ $BINDIR/ cd $LIBDIR mv libjbig.so libjbig.so.1 ln -s libjbig.so.1 libjbig.so mv libjbig85.so libjbig85.so.1 ln -s libjbig85.so.1 libjbig85.so #--------------------------------------------------------------------- # Original URLs. Note: 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. You may not be able to # replace them. [urls] url_debian = n/a url_home = http://www.cl.cam.ac.uk/~mgk25/jbigkit/ url_lfs = n/a url_tarball = http://www.cl.cam.ac.uk/~mgk25/download/\ jbigkit-2.1.tar.gz