pkgmk.conf (549B)
1 # 2 # /etc/pkgmk.conf: pkgmk(8) configuration 3 # 4 5 export CFLAGS="-O2 -march=x86-64 -pipe" 6 export CXXFLAGS="${CFLAGS}" 7 8 # export JOBS=$(nproc) 9 # export MAKEFLAGS="-j $JOBS" 10 11 # PKGMK_SOURCE_MIRRORS=() 12 # PKGMK_SOURCE_DIR="$PWD" 13 # PKGMK_PACKAGE_DIR="$PWD" 14 # PKGMK_WORK_DIR="$PWD/work" 15 # PKGMK_DOWNLOAD="no" 16 # PKGMK_IGNORE_SIGNATURE="no" 17 # PKGMK_IGNORE_MD5SUM="no" 18 # PKGMK_IGNORE_FOOTPRINT="no" 19 # PKGMK_IGNORE_NEW="no" 20 # PKGMK_NO_STRIP="no" 21 # PKGMK_DOWNLOAD_PROG="curl" 22 # PKGMK_WGET_OPTS="" 23 # PKGMK_CURL_OPTS="" 24 # PKGMK_COMPRESSION_MODE="gz" 25 26 # End of file