lua: provide lua5.x.pc file

* needed at least by vlc configure
This commit is contained in:
Sergei Reznikov
2017-08-24 09:24:15 +03:00
parent adf0dc0668
commit efb6dbacb0
2 changed files with 10 additions and 7 deletions

View File

@@ -1,14 +1,13 @@
SUMMARY="A powerful, fast, light-weight, embeddable scripting language"
DESCRIPTION="
Lua combines simple procedural syntax with powerful data description \
constructs based on associative arrays and extensible semantics. Lua is \
dynamically typed, runs by interpreting bytecode for a register-based virtual \
machine, and has automatic memory management with incremental garbage \
DESCRIPTION="Lua combines simple procedural syntax with powerful data \
description constructs based on associative arrays and extensible semantics. \
Lua is dynamically typed, runs by interpreting bytecode for a register-based \
virtual machine, and has automatic memory management with incremental garbage \
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="2"
REVISION="3"
SOURCE_URI="http://www.lua.org/ftp/lua-$portVersion.tar.gz"
CHECKSUM_SHA256="b9e2e4aad6789b3b63a056d442f7b39f0ecfca3ae0f1fc0ae4e9614401b69f4b"
SOURCE_DIR="lua-$portVersion"
@@ -87,6 +86,8 @@ Libs: -L\${libdir} -llua
Cflags: -I\${includedir}/lua52
EOF
ln -s $developLibDir/pkgconfig/lua.pc $developLibDir/pkgconfig/lua5.2.pc
prepareInstalledDevelLib liblua
prepareInstalledDevelLib liblua52
packageEntries devel $developDir