mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
851 B

  1. # Maintained by Clifford Wolf <clifford@rocklinux.org>
  2. #
  3. # File Format:
  4. # - Lines starting with '#' and empty lines are ignored
  5. # - One line per flag, no leading whitespaces
  6. # - Flags are followed by a tab and a short description
  7. CORE This is a Crystal ROCK Package
  8. MULTILIB Build both 32- and 64-bit libraries if possible
  9. DIETLIBC Packages which can be linked with dietlibc
  10. JAIL Packages which can be jailed (see misc/jailing/...)
  11. CC A C compiler (the package is using ROCKCFG_DEFAULT_CC)
  12. CXX A C++ compiler (the package is using ROCKCFG_DEFAULT_CXX)
  13. F77 A Fortran compiler (the package is using ROCKCFG_DEFAULT_F77)
  14. KCC A C compiler for building the kernel (ROCKCFG_DEFAULT_KCC)
  15. KERNEL An OS kernel package
  16. MTA Package is an MTAs and is using install_setmailer()
  17. PRINTER Printing System and is using install_setprinter()