# ppmtoraw/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. As of May 2006, there was an official source file for "ppmtoraw", but no official source tarball. Therefore, the tarball that we're us- ing doesn't have an official URL. It was created manually. Commands similar to the following were used: wget http://www.ganesh.org/~pmeerw/c_source/ppmtoraw.c mkdir ppmtoraw mv -i ppmtoraw.c ppmtoraw/ tar jcf ppmtoraw.tar.bz2 ppmtoraw/ppmtoraw.c #--------------------------------------------------------------------- 2. This version of "ppmtoraw" doesn't support pixel values that are wider than 24 bits [8 bits per RGB component]. However, you can still use "ppmtoraw" to convert incompatible images, provided that you run them through "pnmdepth 255" first. For more information, see the "man" page. #--------------------------------------------------------------------- 3. The "ppmtoraw" source code doesn't include an explicit license. However, the code is believed to be redistributable, based on the con- tents of the original web site. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.05 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.00 hours (or 000.07 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = See "technotes" in "cfg" file revision = 000203 tmpsize = 1M #--------------------------------------------------------------------- [depends] netpbm #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MANDIR gcc -o $BINDIR/ppmtoraw ppmtoraw.c -lnetpbm -lm cp -p $PKGDIR_MASTER/special/ppmtoraw.1 $MANDIR/ #--------------------------------------------------------------------- # 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 = n/a url_home = http://www.ganesh.org/~pmeerw/c_source/ url_lfs = n/a url_source = http://www.ganesh.org/~pmeerw/c_source/ppmtoraw.c url_tarball = n/a # See "technotes" in "cfg" file