[Mud-builder-commits] r116 - in trunk/packages: . patch

keesj at garage.maemo.org keesj at garage.maemo.org
Thu Feb 1 22:38:48 EET 2007


Author: keesj
Date: 2007-02-01 22:38:48 +0200 (Thu, 01 Feb 2007)
New Revision: 116

Added:
   trunk/packages/luasocket.xml
   trunk/packages/patch/luasocket.patch
Log:
keesj:added and tested luasocket a small lib to perform network related functions

Added: trunk/packages/luasocket.xml
===================================================================
--- trunk/packages/luasocket.xml	2007-02-01 20:37:29 UTC (rev 115)
+++ trunk/packages/luasocket.xml	2007-02-01 20:38:48 UTC (rev 116)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<package>
+  <fetch type="tarball">
+    <url>http://luaforge.net/frs/download.php/1589/luasocket-2.0.1.tar.gz</url>
+  </fetch>
+  <deb>
+    <icon>http://www.lua.org/favicon.ico</icon>
+    <description>LuaSocket is the most comprehensive networking support library for the Lua language.\nLuaSocket is the most comprehensive networking support library for the Lua language. It provides easy access to TCP, UDP, DNS, SMTP, FTP, HTTP, MIME and much more.</description>
+    <Section>user/programming</Section>
+  </deb>
+</package>

Added: trunk/packages/patch/luasocket.patch
===================================================================
--- trunk/packages/patch/luasocket.patch	2007-02-01 20:37:29 UTC (rev 115)
+++ trunk/packages/patch/luasocket.patch	2007-02-01 20:38:48 UTC (rev 116)
@@ -0,0 +1,30 @@
+Index: config
+===================================================================
+--- config	(revision 1)
++++ config	(working copy)
+@@ -15,7 +15,8 @@
+ #------
+ # Lua includes and libraries
+ #
+-LUAINC=-I/usr/local/include/lua50
++#keesj:lua is included in /usr/include
++#LUAINC=-I/usr/local/include/lua50
+ #LUAINC=-I/usr/local/include/lua5.1
+ 
+ #------
+@@ -27,10 +28,11 @@
+ # Top of your Lua installation
+ # Relative paths will be inside the src tree
+ #
+-INSTALL_TOP_SHARE=/usr/local/share/lua/5.0
+-INSTALL_TOP_LIB=/usr/local/lib/lua/5.0
+-#INSTALL_TOP_SHARE=/usr/local/share/lua/5.1
+-#INSTALL_TOP_LIB=/usr/local/lib/lua/5.1
++#INSTALL_TOP_SHARE=/usr/local/share/lua/5.0
++#INSTALL_TOP_LIB=/usr/local/lib/lua/5.0
++#keesj:we build against lua 5.1
++INSTALL_TOP_SHARE=$(DESTDIR)/usr/local/share/lua/5.1
++INSTALL_TOP_LIB=$(DESTDIR)/usr/local/lib/lua/5.1
+ 
+ INSTALL_DATA=cp
+ INSTALL_EXEC=cp



More information about the Mud-builder-commits mailing list