Package: lua54 Version: 5.4.6 Revision: 1 Description: Small and fast embeddable scripting language License: BSD # Dependencies: Depends: %n-shlibs (>= %v-%r) Conflicts: lua (<< 1:5.0.4-0) Replaces: lua (<< 1:5.0.4-0) Recommends: luarocks # Unpack Phase: Source: https://www.lua.org/ftp/lua-%v.tar.gz Source-Checksum: SHA256(7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88) Patchscript: << #!/bin/sh -ev # create the pkg-config file lua.pc cat >%b/lua.pc <= 5.4.6-1) << << SplitOff2: << Package: %N-dev Depends: %N-shlibs (= %v-%r) Conflicts: << lua (<< 1:5.0.4-0), lua50-dev, lua51-dev, lua52-dev, lua53-dev, lua54-dev << Replaces: << lua (<< 1:5.0.4-0), lua50-dev, lua51-dev, lua52-dev, lua53-dev, lua54-dev << BuildDependsOnly: True Recommends: pkgconfig, tolua Description: Files for compiling against Lua C API InstallScript: << #!/bin/sh -ev mkdir %i/lib ln -s liblua.%v.dylib %i/lib/liblua.dylib << Files: << include lib/pkgconfig lib/liblua.a << DocFiles: README DescDetail: << For details about Lua/C API: https://www.lua.org/manual/5.4/manual.html#3 << << Homepage: https://www.lua.org Maintainer: Karl-Michael Schindler