diff options
Diffstat (limited to 'repo/system/lua5-1/lua.pc')
-rw-r--r-- | repo/system/lua5-1/lua.pc | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/repo/system/lua5-1/lua.pc b/repo/system/lua5-1/lua.pc deleted file mode 100644 index 1e78955..0000000 --- a/repo/system/lua5-1/lua.pc +++ /dev/null @@ -1,32 +0,0 @@ -# lua.pc -- pkg-config data for Lua - -# vars from install Makefile - -# grep '^V=' ../Makefile -V= 5.1 -# grep '^R=' ../Makefile -R= 5.1.5 - -# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/' -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} - -# canonical vars -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: Lua -Description: An Extensible Extension Language -Version: ${R} -Requires: -Libs: -L${libdir} -llua -lm -Cflags: -I${includedir} - -# (end of lua.pc) - |