wok-next diff lua5.1/receipt @ rev 19079
firefox-official: update depends
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 28 01:31:42 2016 +0300 (2016-04-28) |
parents | 736c634c3e0c |
children | 4396aed7eb01 |
line diff
1.1 --- a/lua5.1/receipt Thu Nov 15 20:34:12 2012 +0100 1.2 +++ b/lua5.1/receipt Thu Apr 28 01:31:42 2016 +0300 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 {