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 V=5.4
     5         kx R=5.4.2
     5         kx 
     5         kx prefix=/usr
     5         kx INSTALL_BIN=${prefix}/bin
     5         kx INSTALL_INC=${prefix}/include
     5         kx INSTALL_LIB=${prefix}/lib
     5         kx INSTALL_MAN=${prefix}/share/man/man1
     5         kx INSTALL_LMOD=${prefix}/share/lua/${V}
     5         kx INSTALL_CMOD=${prefix}/lib/lua/${V}
     5         kx exec_prefix=${prefix}
     5         kx libdir=${exec_prefix}/lib
     5         kx includedir=${prefix}/include
     5         kx 
     5         kx Name: Lua
     5         kx Description: An Extensible Extension Language
     5         kx Version: ${R}
     5         kx Requires:
     5         kx Libs: -L${libdir} -llua -lm
     5         kx Cflags: -I${includedir}