mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libtolua, remove static library (#8185)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user