summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/.footprint2
-rw-r--r--lua/.md5sum4
-rw-r--r--lua/Pkgfile2
-rw-r--r--lua/lua.diff6
4 files changed, 7 insertions, 7 deletions
diff --git a/lua/.footprint b/lua/.footprint
index 26b3600ef..3ae394423 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 ee4b9437e..4a55ab668 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 f8e4bdbe8..35707bfd7 100644
--- a/lua/Pkgfile
+++ b/lua/Pkgfile
@@ -4,7 +4,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 4e807fb2b..da2f59aad 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

Generated by cgit