[packages] luasec: Update to v0.3.3, remove trailing spaces from Makefile (#5703)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17272 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d0bf95a38a
commit
30c771567b
@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
# Copyright (C) 2009 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luasec
|
||||
PKG_VERSION:=0.3
|
||||
PKG_VERSION:=0.3.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/3920
|
||||
PKG_MD5SUM:=a88f2c05d22abfcc9ab92bd1d6f32b37
|
||||
PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/4160
|
||||
PKG_MD5SUM:=88261020372dfe8f850fdb60e4fae186
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -21,7 +21,7 @@ define Package/luasec
|
||||
SUBMENU:=Lua
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=LuaSec
|
||||
TITLE:=LuaSec
|
||||
URL:=http://luasec.luaforge.net/
|
||||
DEPENDS:=+lua +libopenssl +luasocket
|
||||
endef
|
||||
@ -38,7 +38,7 @@ define Build/Compile
|
||||
INCDIR="$(TARGET_CPPFLAGS)" \
|
||||
LIBDIR="$(TARGET_LDFLAGS)" \
|
||||
CC="$(TARGET_CC) $(TARGET_CFLAGS)" \
|
||||
LD="$(TARGET_CROSS)ld -shared"
|
||||
LD="$(TARGET_CROSS)ld -shared"
|
||||
endef
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user