Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx # Don't run configure interactively.
     5         kx bsd_games_cfg_non_interactive=y
     5         kx 
     5         kx # Install into here for building the package.
     5         kx bsd_games_cfg_install_prefix=@BSD_GAMES_PKG@
     5         kx 
     5         kx # Compiler and build environment
     5         kx bsd_games_cfg_cc=@CC@
     5         kx bsd_games_cfg_cxx=@CXX@
     5         kx bsd_games_cfg_optimize_flags=@OPTIMIZE_FLAGS@
     5         kx bsd_games_cfg_ncurses_lib=@NCURSES_LIB@
     5         kx bsd_games_cfg_openssl_lib=@OPENSSL_LIB@
     5         kx bsd_games_cfg_other_cflags=@CFLAGS@
     5         kx bsd_games_cfg_other_ldflags=@LDFLAGS@
     5         kx 
     5         kx # Do not build or install these games:
     5         kx bsd_games_cfg_no_build_dirs="boggle dm"
     5         kx 
     5         kx # Keep huntd in /usr/sbin as it was in the past. I may 
     5         kx # change this later.
     5         kx bsd_games_cfg_sbindir=/usr/sbin
     5         kx 
     5         kx # Use /usr/man still. Slackware doesn't use this part of FHS yet.
     5         kx bsd_games_cfg_man8dir=/usr/share/man/man8
     5         kx bsd_games_cfg_man6dir=/usr/share/man/man6
     5         kx bsd_games_cfg_man5dir=/usr/share/man/man5
     5         kx 
     5         kx # We don't like cluttering up the /usr/games/ dir too much,
     5         kx # use a subdir. /var too.
     5         kx bsd_games_cfg_usrlibdir=/usr/share/games
     5         kx bsd_games_cfg_sharedir=/usr/share/games
     5         kx bsd_games_cfg_varlibdir=/var/lib/bsdgames
     5         kx 
     5         kx # Do not do chown now:
     5         kx bsd_games_cfg_do_chown=n
     5         kx 
     5         kx # Use compressed .so links for manpages:
     5         kx bsd_games_cfg_use_dot_so=.so
     5         kx 
     5         kx # Compress the manpages:
     5         kx bsd_games_cfg_gzip_manpages=y
     5         kx 
     5         kx # Use /usr/bin/less by default.
     5         kx bsd_games_cfg_pager=/usr/bin/less