Package: lua52 Version: 5.2.3 Revision: 1 Description: Small and fast embeddable scripting language License: BSD # Dependencies: Depends: lua52-shlibs Conflicts: lua (<< 1:5.0.4-0) Replaces: lua (<< 1:5.0.4-0) Recommends: luarocks # Unpack Phase: Source: http://www.lua.org/ftp/lua-%v.tar.gz Source-MD5: dc7f94ec6ff15c985d2d6ad0f1b35654 Patchscript: << #!/bin/sh -ev # create the pkg-config file lua.pc cat >%b/lua.pc <= 5.2.3-0) << << SplitOff2: << Package: lua52-dev Depends: lua52-shlibs (= %v-%r) Conflicts: lua (<< 1:5.0.4-0), lua50-dev, lua51-dev Replaces: lua (<< 1:5.0.4-0), lua50-dev, lua51-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: http://www.lua.org/manual/5.2/manual.html#3 << << Homepage: http://www.lua.org Maintainer: Karl-Michael Schindler