# pciutils/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.08 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.13 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.13 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.20 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] compiler = clang configure = none exepack = yes license = See "license*.txt" in installed tree licfile = COPYING master = glibc mstatic = yes smp = no setpaths = eudev pciutils xzutils zlib #--------------------------------------------------------------------- [depends] eudev zlib #--------------------------------------------------------------------- [build] LIBDIR=$PKGDIR_PROD/lib SHADIR=$PKGDIR_PROD/share mkdir -p $SHADIR make PREFIX=$PKGDIR_PROD \ SHAREDIR=$SHADIR \ SHARED=yes \ ZLIB=no \ install install-lib cd $SHADIR IDS=pci.ids if [ -f $IDS.gz ]; then gzip -c -d < $IDS.gz > $IDS cptime $IDS.gz $IDS fi chmod 755 $LIBDIR/*.so* #--------------------------------------------------------------------- # 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/pciutils url_home = http://mj.ucw.cz/sw/pciutils/ url_lfs = http://www.linuxfromscratch.org/blfs/view/svn/\ general/pciutils.html url_tarball = http://mj.ucw.cz/download/linux/pci/\ pciutils-3.14.0.tar.gz #--------------------------------------------------------------------- [history] 170514 Updated from 3.4.1 to 3.5.4 170705 Updated to 3.5.5 171116 Updated to 3.5.6 180629 Added some Alpine patches 180701 Updated to 3.6.0 180712 Updated to 3.6.1 180814 Updated to 3.6.2 210126 Updated to 3.7.0 250621 Updated to 3.14.0 250621 Dropped obsolete "pcimodules" utility