[packages] cyassl: update to 1.3.0

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19636 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
rhk 2010-02-15 14:24:15 +00:00
parent d0934da14f
commit efb2bf3791

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2008 OpenWrt.org # Copyright (C) 2006-2010 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,31 +8,27 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=cyassl PKG_NAME:=cyassl
PKG_VERSION:=1.2.0 PKG_VERSION:=1.3.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
PKG_SOURCE_URL:=http://www.yassl.com/ PKG_SOURCE_URL:=http://www.yassl.com/
PKG_MD5SUM:=de12e76b3faf760107e45af487adcbde PKG_MD5SUM:=f8b6cdcc2c299c66c74b7e4305745350
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/cyassl/Default
TITLE:=CyaSSL
URL:=http://www.yassl.com/
endef
define Package/libcyassl define Package/libcyassl
$(call Package/cyassl/Default)
SECTION:=libs SECTION:=libs
SUBMENU:=SSL SUBMENU:=SSL
CATEGORY:=Libraries CATEGORY:=Libraries
DEPENDS:=+zlib DEPENDS:=+zlib
TITLE+= (library) TITLE:=CyaSSL library
URL:=http://www.yassl.com/
endef endef
define Package/libcyassl/description define Package/libcyassl/description
CyaSSL is an SSL library optimized for small footprint, both on disk and for memory use. CyaSSL is an SSL library optimized for small footprint, both on disk and for
memory use.
endef endef
TARGET_CFLAGS += $(FPIC) TARGET_CFLAGS += $(FPIC)