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.
19 lines
366 B
19 lines
366 B
|
|
prefix=@prefix@ |
|
INSTALL_BIN=@bindir@ |
|
INSTALL_INC=@includedir@ |
|
INSTALL_LIB=@libdir@ |
|
INSTALL_MAN=@mandir@ |
|
INSTALL_LMOD=@pkgdatadir@ |
|
INSTALL_CMOD=@pkglibdir@ |
|
|
|
exec_prefix=@prefix@ |
|
libdir=@libdir@ |
|
includedir=@includedir@ |
|
|
|
Name: Lua |
|
Description: An Extensible Extension Language |
|
Version: @version@ |
|
Requires: |
|
Libs: -L@libdir@ -llua @LIBS@ |
|
Cflags: -I@includedir@ @CFLAGS@
|
|
|