# live555/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.25 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.62 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.65 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.10 hours (or 005.80 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none license = See "license*.txt" in installed tree licfile = COPYING.LESSER revision = numeric tmpsize = 6M unpack = relaxed #--------------------------------------------------------------------- [build] export LACFORCEPIC=yes bash -e ./genMakefiles linux smpmake rm -fr config.* configure testProgs README rm -fr `find . -type f -name \*.c` rm -fr `find . -type f -name \*.cpp` rm -fr `find . -type f -name \*.o` rm -fr `find . -type f -name \*akefile\*` strip -g `find . -type f -name \*.a` cp -a * $PKGDIR_PROD/ cd $PKGDIR_PROD/ mkdir lib cd lib ln -s `find .. -type f -name \*.a` . cd $PKGDIR_PROD/liveMedia/include ln -s ../../groupsock/include/* . ln -s ../../BasicUsageEnvironment/include/* . ln -s ../../UsageEnvironment/include/* . cd $PKGDIR_PROD ln -s liveMedia/include . cd $PKGDIR_PROD/lib mkdir pkgconfig cd pkgconfig sed -e "s@%PREFIX%@$PKGDIR_PROD@g" \ -e "s@%LIBDIRSUFFIX%@@"g \ -e "s@%VERSION%@2019.03.06@g" \ < $PKGDIR_SPECIAL/live555.pc.in \ > live555.pc #--------------------------------------------------------------------- # 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.live555.com/liveMedia/ url_lfs = n/a url_tarball = http://sources.buildroot.org/live555/\ live.2019.03.06.tar.gz #--------------------------------------------------------------------- [history] 170530 Updated from 2015.02.26 to 2017.05.24 170915 Updated from 2015.05.25 to 2017.09.12 190412 Updated from 2017.09.12 to 2019.03.06 190529 Now builds previously missing "live555.pc" file