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

@@ -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