[Lunar-commits] <moonbase-other> lua: version bumped to 5.2.2.
Florin Braescu
florin at lunar-linux.org
Tue Apr 30 20:15:07 CEST 2013
commit 7060d171b19a212eab70f5ab9f70f2cc0952e9cd
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon, 29 Apr 2013 09:45:28 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7060d171b19a212eab70f5ab9f70f2cc0952e9cd
lua: version bumped to 5.2.2.
---
compilers/lua/BUILD | +2/-8
compilers/lua/DETAILS | +3/-9
2 files changed, 5 insertions(+), 17 deletions(-)
--- a/compilers/lua/BUILD
+++ b/compilers/lua/BUILD
@@ -1,15 +1,9 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 0 &&
- patch_it $SOURCE_CACHE/$SOURCE3 1 &&
-
- sedit "s:/usr/local:/usr:" Makefile &&
- sedit "s:/usr/local:/usr:" etc/lua.pc &&
+ sedit "s:/usr/local:/usr:" Makefile &&
make linux &&
prepare_install &&
- make install &&
-
- install -D $SOURCE_DIRECTORY/etc/lua.pc /usr/lib/pkgconfig/lua.pc
+ make install
) > $C_FIFO 2>&1
--- a/compilers/lua/DETAILS
+++ b/compilers/lua/DETAILS
@@ -1,17 +1,11 @@
MODULE=lua
- VERSION=5.1.5
+ VERSION=5.2.2
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=lua-5.1.4-make-shared-lib.patch
- SOURCE3=lua-5.1-module_paths.patch
SOURCE_URL=http://www.lua.org/ftp
- SOURCE2_URL=$PATCH_URL
- SOURCE3_URL=http://ie.archive.ubuntu.com/gentoo-portage/dev-lang/lua/files
- SOURCE_VFY=sha1:b3882111ad02ecc6b972f8c1241647905cb2e3fc
- SOURCE2_VFY=sha1:121262e8d14de06157ae438afff41e6657cc648b
- SOURCE3_VFY=sha1:50cb1438b7c50536ebf712d16d153eac40599562
+ SOURCE_VFY=sha1:0857e41e5579726a4cb96732e80d7aa47165eaf5
WEB_SITE=http://www.lua.org
ENTERED=20040429
- UPDATED=20130103
+ UPDATED=20130429
SHORT="light-weight programming language for extending applications"
cat << EOF
More information about the Lunar-commits
mailing list