From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/system/lua/lua5.4.pc | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 repo/system/lua/lua5.4.pc (limited to 'repo/system/lua/lua5.4.pc') diff --git a/repo/system/lua/lua5.4.pc b/repo/system/lua/lua5.4.pc deleted file mode 100644 index 06c8abc..0000000 --- a/repo/system/lua/lua5.4.pc +++ /dev/null @@ -1,24 +0,0 @@ -# lua.pc -- pkg-config data for Lua - -# 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/@MAJOR_VER@ -INSTALL_CMOD=${prefix}/lib/lua/@MAJOR_VER@ - -# canonical vars -exec_prefix=${prefix} -libdir=${exec_prefix}/lib/lua@MAJOR_VER@ -includedir=${prefix}/include/lua@MAJOR_VER@ - -Name: Lua -Description: An Extensible Extension Language -Version: @MINOR_VER@ -Requires: -Libs: -L${libdir} -llua -lm -Cflags: -I${includedir} - -# (end of lua@MAJOR_VER@.pc) -- cgit v1.2.1