libtolua, remove static library (#8185)

This commit is contained in:
Schrijvers Luc
2023-03-30 10:42:55 +02:00
committed by GitHub
parent 10b00cf713
commit 327bc7b58d

View File

@@ -10,7 +10,7 @@ facilities to create Lua modules."
HOMEPAGE="https://web.tecgraf.puc-rio.br/~celes/tolua/"
COPYRIGHT="2015 Waldemar Celes"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://web.tecgraf.puc-rio.br/~celes/tolua/tolua-5.2.4.tar.gz"
CHECKSUM_SHA256="c5a6b701b3ced9a66e7a9881c9d94430f8612040827650abe1aa3c5c3fc95bf2"
PATCHES="tolua-$portVersion.patchset"
@@ -64,6 +64,9 @@ INSTALL()
INCLUDEDIR=$includeDir \
LIBDIR=$libDir install
# remove static library
rm $libDir/libtolua.a
# Add pkgconfig file
mkdir -p $developLibDir/pkgconfig