2016-02-24 01:27:23 +01:00
|
|
|
|
V=%VER%
|
|
|
|
|
R=%REL%
|
|
|
|
|
|
|
|
|
|
prefix=/usr
|
|
|
|
|
INSTALL_BIN=${prefix}/bin
|
|
|
|
|
INSTALL_INC=${prefix}/include
|
|
|
|
|
INSTALL_LIB=${prefix}/lib
|
|
|
|
|
INSTALL_MAN=${prefix}/man/man1
|
|
|
|
|
INSTALL_LMOD=${prefix}/share/lua/${V}
|
|
|
|
|
INSTALL_CMOD=${prefix}/lib/lua/${V}
|
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
|
|
Name: Lua
|
2017-10-27 20:46:27 +02:00
|
|
|
|
Tanım: An Extensible Extension Language
|
2016-02-24 01:27:23 +01:00
|
|
|
|
Version: ${R}
|
2017-08-27 20:17:02 +02:00
|
|
|
|
Requires:
|
2016-02-24 01:27:23 +01:00
|
|
|
|
Libs: -L${libdir} -llua -lm
|
|
|
|
|
Cflags: -I${includedir}
|