lua-5.3.6

This commit is contained in:
Rmys
2021-10-05 16:05:27 +03:00
committed by GitHub
parent 79d98c546f
commit bf6349d825
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -22,9 +22,9 @@ def build():
autotools.make("linux")
def install():
autotools.rawInstall("INSTALL_TOP=%s/usr INSTALL_MAN=%s/usr/share/man/ INSTALL_LIB=%s/usr/lib/" % (get.installDIR(), get.installDIR(), get.installDIR()))
autotools.rawInstall("INSTALL_TOP=%s/usr INSTALL_MAN=%s/usr/share/man/ INSTALL_LIB=%s/usr/lib/ TO_LIB='liblua.so liblua.so.%s liblua.so.%s'" % (get.installDIR(), get.installDIR(), get.installDIR(), major, get.srcVERSION()))
pisitools.insinto("/usr/lib", "src/liblua.so*")
#pisitools.insinto("/usr/lib", "src/liblua.so*")
pisitools.insinto("/usr/lib/pkgconfig", "lua.pc")
pisitools.insinto("/usr/lib/pkgconfig", "lua.pc", "lua5.3.pc")