# lha/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. As of early 2007, there was a Freecode page (and a home page) # for an "lha" fork named "lhaunix" (AKA "lha" 1.17). However, the # source code for "lha" 1.17 wasn't readily available; to obtain it, # you needed to fill out a form on a Japanese web site to prove that # you were "qualified" to receive the code [!]. Therefore, this dis- # tro treats "lha" 1.17 as closed source. We're using an alternate # open-source version obtained from a Debian site. #--------------------------------------------------------------------- # 2. The Debian version doesn't seem to have a Freecode page or home # page of its own. #--------------------------------------------------------------------- # 3. The Debian version should be good enough for most purposes, but # it apparently lacks support for at least one LHA sub-format. #--------------------------------------------------------------------- # 4. Presently, the associated tarball is ancient (it dates back to # 2001). However, as of early 2007, the 2001 tarball seemed to be the # final open-source version. #--------------------------------------------------------------------- # 5. This package uses a non-standard license. The license is similar # to LGPL (Lesser GPL). For more information, see the file "license. # txt" under the installed package tree. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.07 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.08 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.13 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.27 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = See "technotes" in "cfg" file tmpsize = 1M unpack = relaxed #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $DOCDIR $MANDIR make cp -p src/lha $BINDIR/ cp -p $PKGDIR_MASTER/special/lha.1 $MANDIR/ cp -p debian/copyright $DOCDIR/license.txt #--------------------------------------------------------------------- # 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 = tbd url_home = tbd url_lfs = tbd url_tarball = tbd