# pahole/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run \ https://git.kernel.org/pub/scm/devel/pahole/pahole.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = COPYING setpaths = elfutils zlib tmpsize = 15M #--------------------------------------------------------------------- [depends] cmake #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR mkdir build cd build cmake \ -DBUILD_SHARED_LIBS=OFF \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ .. cd .. make -j $(getconf _NPROCESSORS_ONLN) -C build cd build mv codiff ctracer dtagnames pahole pdwtags \ pfunct pglobal prefcnt scncopy syscse \ $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 = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 211209 Added package. Started with c2b7b8c20 ("git" hash).