# mimms/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. "mmsrip" is probably superior to "mimms" for most purposes. How- # ever, "mimms" is quite small, and the code might prove to be useful # in the future, so it's included anyway. # 2. As of November 2006, there are two "mimms" series: 0.X and 2.X. # We're using series 0.X, because series 0.X is a command-line version # that's useful for scripts, etc. # 3. Presently, the source tarball that's used for this package is # quite old (it dates back to 2004). However, it appears that work on # series 0.X has been discontinued. Therefore, the tarball probably # won't be updated. # 4. Debian was last checked in late 2006. At the time, Debian patches # existed for series 0.X, but they didn't include any non-Debian # changes. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.03 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.03 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.27 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none license = GNU General Public License, version 2 (June 1991) syslib = glibc tmpsize = 1M #--------------------------------------------------------------------- [depends] e2fsprogs # For "libuuid" libpopt #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR \ g++ -O2 -Wall -c -o mimms.o mimms.cpp && g++ -o mimms -O2 -Wall mimms.o -luuid -lpopt && mv mimms $BINDIR/ #--------------------------------------------------------------------- # 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 = http://packages.debian.org/stable/source/mimms url_home = https://savannah.nongnu.org/projects/mimms/ url_lfs = n/a url_tarball = http://download.savannah.gnu.org/releases/mimms/\ mimms-0.0.9.tar.gz #--------------------------------------------------------------------- [about] "mimms" is an MMS-file downloader. It was forked from the last known version of an older project named "majormms". Note: "mimms" stands for "MiMMS isn't an MMS Message Sender".