Files
scratchpkg/scratchpkg.conf
2019-05-01 16:42:01 +08:00

32 lines
898 B
Plaintext

#
# Configuration file for scratchpkg
#
CFLAGS="-O2 -march=x86-64 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEFLAGS="-j$(nproc)"
# SOURCE_DIR="/var/cache/scratchpkg/sources"
# PACKAGE_DIR="/var/cache/scratchpkg/packages"
# LOG_DIR="/var/cache/scratchpkg/log"
# WORK_DIR="/tmp"
# DOWNLOAD_PROG="wget"
# WGET_OPTS=""
# CURL_OPTS=""
# COMPRESSION_MODE="xz"
#
# GLOBAL PACKAGE OPTIONS
#
# -- libtool: Keep libtool file (*.la) in packages
# -- emptydirs: Keep empty directories in packages
# -- strip: Strip symbols from binaries/libraries
# -- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
# -- buildflags: Enable buildflags (CFLAGS and CXXFLAGS)
# -- makeflags: Enable makeflags (MAKEFLAGS)
#
# -- These are default values for the options=() settings
# -- add '!' in front of this option to disable it
#
# OPTIONS=(!libtool emptydirs strip zipman buildflags makeflags)