# libgsm/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.10 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.12 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.15 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.43 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none license = See "license*.txt" in installed tree licfile = COPYRIGHT tmpsize = 1M unpack = relaxed #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin INCDIR=$PKGDIR_PROD/include LIBDIR=$PKGDIR_PROD/lib mkdir -p $BINDIR $INCDIR $LIBDIR mkdir -p $PKGDIR_PROD/{man/man1,man/man3} # "smpmake" isn't safe for use here. CFLAGS=-fPIC make make install mv lib/libgsm.so* $LIBDIR/ rm -f $LIBDIR/*.a cd $INCDIR mkdir gsm cd gsm ln -s ../gsm.h . #--------------------------------------------------------------------- # 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/unstable/source/libgsm url_home = n/a url_lfs = n/a url_tarball = http://www.imagemagick.org/download/delegates/\ ffmpeg/gsm-1.0.13.tar.gz #--------------------------------------------------------------------- [history] 170504 Got package to build with gcc 6