wok diff lua5.1/receipt @ rev 21187

created recipe for libcdio-paranoia
author Hans-G?nter Theisgen
date Wed Apr 03 15:43:41 2019 +0100 (2019-04-03)
parents 736c634c3e0c
children 2838a5093750
line diff
     1.1 --- a/lua5.1/receipt	Thu Nov 15 20:34:12 2012 +0100
     1.2 +++ b/lua5.1/receipt	Wed Apr 03 15:43:41 2019 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  SOURCE="lua"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="Powerful, fast, light-weight, embeddable scripting language."
     1.7 -DEPENDS="readline ncurses"
     1.8 -BUILD_DEPENDS="readline-dev"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10 +LICENSE="MIT"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://www.lua.org/"
    1.13  WGET_URL="http://www.lua.org/ftp/$TARBALL"
    1.14  
    1.15 +DEPENDS="readline ncurses"
    1.16 +BUILD_DEPENDS="readline-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {