From d658e16ca1dd43c3146046f30ae1d65c79c6a98e Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 8 Jul 2010 07:50:28 +0000 Subject: [PATCH] lua: updated to 5.1.4 --- lua/.footprint | 2 +- lua/.md5sum | 4 ++-- lua/Pkgfile | 2 +- lua/lua.diff | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lua/.footprint b/lua/.footprint index 26b3600..3ae3944 100644 --- a/lua/.footprint +++ b/lua/.footprint @@ -11,7 +11,7 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/liblua.a lrwxrwxrwx root/root usr/lib/liblua.so -> liblua.so.5.1 --rwxr-xr-x root/root usr/lib/liblua.so.5.1 +-rw-r--r-- root/root usr/lib/liblua.so.5.1 drwxr-xr-x root/root usr/lib/lua/ drwxr-xr-x root/root usr/lib/lua/5.1/ drwxr-xr-x root/root usr/lib/pkgconfig/ diff --git a/lua/.md5sum b/lua/.md5sum index ee4b943..4a55ab6 100644 --- a/lua/.md5sum +++ b/lua/.md5sum @@ -1,2 +1,2 @@ -687ce4c2a1ddff18f1008490fdc4e5e0 lua-5.1.2.tar.gz -a5854579d6002267e0ec0e6b44fed3bb lua.diff +d0870f2de55d59c1c8419f36e8fac150 lua-5.1.4.tar.gz +f7986425312caab2ec666bc32acb4996 lua.diff diff --git a/lua/Pkgfile b/lua/Pkgfile index 28f8816..968f5d8 100644 --- a/lua/Pkgfile +++ b/lua/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=lua -version=5.1.2 +version=5.1.4 release=1 source=(http://www.lua.org/ftp/$name-$version.tar.gz \ $name.diff) diff --git a/lua/lua.diff b/lua/lua.diff index 4e807fb..da2f59a 100644 --- a/lua/lua.diff +++ b/lua/lua.diff @@ -15,11 +15,11 @@ diff -aur lua-5.1.2.orig/Makefile lua-5.1.2/Makefile @@ -65,6 +65,7 @@ cd src && $(INSTALL_DATA) $(TO_LIB) $(INSTALL_LIB) cd doc && $(INSTALL_DATA) $(TO_MAN) $(INSTALL_MAN) - # $(RANLIB) $(INSTALL_LIB)/$(TO_LIB) + ln -s liblua.so.5.1 $(INSTALL_LIB)/liblua.so - local: - $(MAKE) install INSTALL_TOP=.. INSTALL_EXEC="cp -p" INSTALL_DATA="cp -p" + ranlib: + cd src && cd $(INSTALL_LIB) && $(RANLIB) $(TO_LIB) + diff -aur lua-5.1.2.orig/etc/lua.pc lua-5.1.2/etc/lua.pc --- lua-5.1.2.orig/etc/lua.pc 2007-03-23 20:58:49.000000000 +0100 +++ lua-5.1.2/etc/lua.pc 2007-04-09 20:00:26.642825529 +0200 -- 2.26.2