# usbutils/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. Don't use ">&" with "lsusb". Keep the standard-output and standard- error streams separate for this program or the merged output may be confusing. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.27 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.30 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.37 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.02 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes license = GNU General Public License, version 2 (June 1991) master = yes setpaths = eudev libusb #--------------------------------------------------------------------- [depends] actools eudev gawk grep libusb meson ninja zlib #--------------------------------------------------------------------- [configure] PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD rm -fr build mkdir build meson build \ -D prefix=$PP \ -D bindir=$PP/bin \ -D buildtype=release \ -D includedir=$PP/include \ -D libdir=$PP/lib \ -D mandir=$PP/man cd build if [ \! -f build.ninja ]; then exit 1; fi meson configure #--------------------------------------------------------------------- [build] cd build ninja_simple_build #--------------------------------------------------------------------- [postbuild] SHADIR=$PKGDIR_PROD/share mkdir -p $SHADIR cp -p $PKGDIR_SPECIAL/usb.ids $SHADIR/ #--------------------------------------------------------------------- # 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/usbutils url_home = http://www.linux-usb.org/ url_lfs = http://www.linuxfromscratch.org/blfs/view/svn/\ general/usbutils.html url_tarball = https://www.kernel.org/pub/linux/utils/usb/\ usbutils/usbutils-018.tar.gz #--------------------------------------------------------------------- [history] 180515 Updated from 001 to 010 210223 Updated to 013 210807 Updated to 014 241023 Updated to 018