Package: lua52 Version: 5.2.4 Revision: 2 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(b9e2e4aad6789b3b63a056d442f7b39f0ecfca3ae0f1fc0ae4e9614401b69f4b) Patchscript: << #!/bin/sh -ev # create the pkg-config file lua.pc cat >%b/lua.pc <= 5.2.4-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.2/manual.html#3 << << Homepage: https://www.lua.org Maintainer: Karl-Michael Schindler