lua, remove static libraries (#7640)

This commit is contained in:
Schrijvers Luc
2022-12-25 11:48:38 +01:00
committed by GitHub
parent 0d79d9da69
commit 245d38dda5
4 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ HOMEPAGE="https://www.lua.org/"
COPYRIGHT="1994-2016 Roberto Ierusalimschy, Waldemar Celes, Luiz Henrique de \
Figueiredo"
LICENSE="MIT"
REVISION="2"
REVISION="3"
SOURCE_URI="https://www.lua.org/ftp/lua-$portVersion.tar.gz"
CHECKSUM_SHA256="fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60"
PATCHES="lua-$portVersion.patchset"
@@ -71,6 +71,7 @@ INSTALL()
rm -r $dataDir #empty directory
rm -r $prefix/lib/lua #empty directory
rm $libDir/liblua.a #static library
mkdir -p $developLibDir/pkgconfig
cat > $developLibDir/pkgconfig/lua.pc << EOF

View File

@@ -7,7 +7,7 @@ collection, making it ideal for configuration, scripting, and rapid prototyping.
HOMEPAGE="http://www.lua.org"
COPYRIGHT="1994-2009, Lua.org, PUC-Rio"
LICENSE="MIT"
REVISION="2"
REVISION="3"
SOURCE_URI="http://www.lua.org/ftp/lua-$portVersion.tar.gz"
CHECKSUM_SHA256="2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333"
SOURCE_DIR="lua-$portVersion"
@@ -74,6 +74,7 @@ INSTALL()
rm -r $dataDir #empty directory
rm -r $prefix/lib/lua #empty directory
rm $libDir/liblua.a #static library
prepareInstalledDevelLib liblua
fixPkgconfig

View File

@@ -7,7 +7,7 @@ collection, making it ideal for configuration, scripting, and rapid prototyping.
HOMEPAGE="http://www.lua.org"
COPYRIGHT="1994-2012, Lua.org, PUC-Rio"
LICENSE="MIT"
REVISION="4"
REVISION="5"
SOURCE_URI="http://www.lua.org/ftp/lua-$portVersion.tar.gz"
CHECKSUM_SHA256="b9e2e4aad6789b3b63a056d442f7b39f0ecfca3ae0f1fc0ae4e9614401b69f4b"
SOURCE_DIR="lua-$portVersion"
@@ -71,6 +71,7 @@ INSTALL()
rm -r $dataDir #empty directory
rm -r $prefix/lib/lua #empty directory
rm $libDir/liblua.a #static library
mkdir -p $developLibDir/pkgconfig
cat > $developLibDir/pkgconfig/lua.pc << EOF

View File

@@ -7,7 +7,7 @@ collection, making it ideal for configuration, scripting, and rapid prototyping.
HOMEPAGE="https://www.lua.org/"
COPYRIGHT="1994-2020 Lua.org, PUC-Rio"
LICENSE="MIT"
REVISION="2"
REVISION="3"
SOURCE_URI="http://www.lua.org/ftp/lua-$portVersion.tar.gz"
CHECKSUM_SHA256="164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61"
SOURCE_DIR="lua-$portVersion"
@@ -89,6 +89,7 @@ INSTALL()
rm -r $dataDir #empty directory
rm -r $prefix/lib/lua #empty directory
rm $libDir/liblua.a #static library
mkdir -p $developLibDir/pkgconfig
cat > $developLibDir/pkgconfig/lua.pc << EOF