mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
lutok: bump version
This commit is contained in:
@@ -14,9 +14,9 @@ the Lua C API and thus degrade performance."
|
||||
HOMEPAGE="https://github.com/jmmv/lutok"
|
||||
COPYRIGHT="2011, 2012, 2014 Google Inc"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/jmmv/lutok/releases/download/lutok-$portVersion/lutok-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5"
|
||||
CHECKSUM_SHA256="509c43c240ba47b8c452b45f3423a416fa91bdfc0341bfb806e0b78f65ce452d"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -44,12 +44,12 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
lutok$secondaryArchSuffix == $portVersion base
|
||||
devel:liblua$secondaryArchSuffix
|
||||
devel:liblua$secondaryArchSuffix >= 5.4
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:liblua$secondaryArchSuffix
|
||||
devel:liblua$secondaryArchSuffix >= 5.4
|
||||
devel:libatf_c++$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -73,6 +73,7 @@ defineDebugInfoPackage lutok$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
AUTOCONF=: AUTOMAKE=: \
|
||||
runConfigure --omit-dirs docDir ./configure \
|
||||
--docdir="$developDocDir" \
|
||||
--disable-static \
|
||||
@@ -86,7 +87,7 @@ INSTALL()
|
||||
|
||||
install -d -m 755 "$docDir"
|
||||
mv "$developDocDir/AUTHORS" "$docDir"
|
||||
rm "$developDocDir"/{README,COPYING}
|
||||
rm "$developDocDir"/{README.md,COPYING}
|
||||
|
||||
rm -f "$libDir"/*.la
|
||||
rm -rf "$prefix"/tests
|
||||
Reference in New Issue
Block a user