mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
lua*, rename recipes, fix conflict for cmd's in lua5.3 and lua5.4 (#6946)
This commit is contained in:
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.lua.org/"
|
||||
COPYRIGHT="1994-2016 Roberto Ierusalimschy, Waldemar Celes, Luiz Henrique de \
|
||||
Figueiredo"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://www.lua.org/ftp/lua-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60"
|
||||
PATCHES="lua-$portVersion.patchset"
|
||||
@@ -66,7 +66,11 @@ INSTALL()
|
||||
ln -s luac5.3 $binDir/luac
|
||||
ln -s liblua.so.5.3 $libDir/liblua.so
|
||||
|
||||
mkdir -p $docDir
|
||||
cp doc/{*.html,logo.gif,lua.css,manual.css,osi-certified-72x60.png} $docDir
|
||||
|
||||
rm -r $dataDir #empty directory
|
||||
rm -r $prefix/lib/lua #empty directory
|
||||
|
||||
mkdir -p $developLibDir/pkgconfig
|
||||
cat > $developLibDir/pkgconfig/lua.pc << EOF
|
||||
|
||||
Reference in New Issue
Block a user