CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Documented PKGMK_IGNORE_NEW in pkgmk.conf.5.
[pkgutils-cross.git] / pkgmk.conf
index 6e70f1ba76573d7bd16a94c63cff94067aff9ec1..3137a67fd46f77b536b9fc9e677d4971a13ecbee 100644 (file)
@@ -5,11 +5,15 @@
 export CFLAGS="-O2 -march=i686 -pipe"
 export CXXFLAGS="-O2 -march=i686 -pipe"
 
+# PKGMK_SOURCE_MIRRORS=()
 # PKGMK_SOURCE_DIR="$PWD"
 # PKGMK_PACKAGE_DIR="$PWD"
 # PKGMK_WORK_DIR="$PWD/work"
 # PKGMK_DOWNLOAD="no"
 # PKGMK_IGNORE_FOOTPRINT="no"
+# PKGMK_IGNORE_NEW="no"
 # PKGMK_NO_STRIP="no"
+# PKGMK_WGET_OPTS=""
+# PKGMK_COMPRESSION_MODE="gz"
 
 # End of file