mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
lpeg: update to 1.0.2
lua-coxpcall: update to 1.17.0 lua-md5: update to 1.3 Signed-off-by: Dirk Chang <dirk@kooiot.com>
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=lua-md5
|
||||
PKG_VERSION:=1.2
|
||||
PKG_VERSION:=1.3
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
|
||||
PKG_LICENSE:=MIT
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=89a186d9e8bb43a6d45207eeba2883600854ea05befda55b38f7ac215b0d5615
|
||||
PKG_MIRROR_HASH:=675b8ba144d14cbe66abfd360d9a8861a18d5b69966768d6cdc78ca3c9fe0baf
|
||||
PKG_SOURCE_URL:=https://github.com/keplerproject/md5.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=024b65738b4434860777fc43d7cacaefea29ec60
|
||||
PKG_SOURCE_VERSION:=2a98633d7587a4900cfa7cbed340f377f4acd930
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
PKG_INSTALL:=1
|
||||
@@ -60,6 +60,7 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Build/Install
|
||||
mkdir -p $(PKG_INSTALL_DIR)/usr/lib/lua
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
LUA_LIBDIR="$(PKG_INSTALL_DIR)/usr/lib/lua" \
|
||||
LUA_DIR="$(PKG_INSTALL_DIR)/usr/lib/lua" \
|
||||
|
||||
@@ -1,19 +1,22 @@
|
||||
--- lua-md5-1.2/config 2014-06-04 16:55:50.000000000 +0800
|
||||
+++ lua-md5-1.2_new/config 2014-06-04 16:57:54.223539416 +0800
|
||||
@@ -1,13 +1,13 @@
|
||||
--- a/config 2019-11-01 13:58:27.907691645 +0800
|
||||
+++ b/config 2019-11-01 14:00:52.126290663 +0800
|
||||
@@ -1,16 +1,16 @@
|
||||
# Installation directories
|
||||
|
||||
# Default prefix
|
||||
-PREFIX = /usr/local
|
||||
+PREFIX = /usr
|
||||
|
||||
# Lua version
|
||||
LUA_SYS_VER ?= 5.2
|
||||
|
||||
# System's libraries directory (where binary libraries are installed)
|
||||
-LUA_LIBDIR= $(PREFIX)/lib/lua/5.1
|
||||
-LUA_LIBDIR= $(PREFIX)/lib/lua/$(LUA_SYS_VER)
|
||||
+LUA_LIBDIR= $(PREFIX)/lib/lua
|
||||
|
||||
# System's lua directory (where Lua libraries are installed)
|
||||
-LUA_DIR= $(PREFIX)/share/lua/5.1
|
||||
+LUA_DIR= $(PREFIX)/lib/lua
|
||||
-LUA_DIR= $(PREFIX)/share/lua/$(LUA_SYS_VER)
|
||||
+LUA_DIR= $(PREFIX)/share/lua
|
||||
|
||||
# Lua includes directory
|
||||
LUA_INC= $(PREFIX)/include
|
||||
|
||||
Reference in New Issue
Block a user