Guest User

pkgmk

a guest
Nov 15th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #
  2. # /etc/pkgmk.conf: pkgmk(8) configuration
  3. #
  4.  
  5. # export CFLAGS="-O2 -march=i686 -pipe"
  6. # export CXXFLAGS="-O2 -march=i686 -pipe"
  7. export MAKEFLAGS="-j8"
  8.  
  9. # PKGMK_SOURCE_MIRRORS=()
  10. PKGMK_SOURCE_DIR="/sources"
  11. PKGMK_WORK_DIR="/tmp/work"
  12. PKGMK_IGNORE_MD5SUM="yes"
  13.  
  14. # PKGMK_PACKAGE_DIR="/mnt/lfs/tools"
  15. # PKGMK_DOWNLOAD="no"
  16. # PKGMK_IGNORE_FOOTPRINT="no"
  17. # PKGMK_IGNORE_NEW="no"
  18. # PKGMK_NO_STRIP="no"
  19. # PKGMK_WGET_OPTS=""
  20. PKGMK_COMPRESSION_MODE="gz"
  21. PKGMK_LOCALES="fr"
  22.  
  23. # End of file
Advertisement
Add Comment
Please, Sign In to add comment