# ppmtoraw/cfg - "Build" settings for package # Revision: 100331 #--------------------------------------------------------------------- [technotes] # 1. As of May 2006, there's an official source file for "ppmtoraw", # but no official source tarball. Therefore, the tarball that we're # using doesn't have an official URL. It was created manually. Com- # mands 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 source code for "ppmtoraw" doesn't include an explicit lic- # ense. However, the code is believed to be redistributable, based on # the contents 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 the preceding technical notes 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 notes at start of file