From 13e3cf24bcba1cf6cffcabfe17781b5e12e723dd Mon Sep 17 00:00:00 2001 From: swalker Date: Sun, 6 Mar 2011 16:00:07 +0000 Subject: [PATCH] [packages] polarssl: update to 0.14.2, fix & add descriptions git-svn-id: svn://svn.openwrt.org/openwrt/packages@25889 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/polarssl/Makefile | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/libs/polarssl/Makefile b/libs/polarssl/Makefile index b2ea79415..2ba038c98 100644 --- a/libs/polarssl/Makefile +++ b/libs/polarssl/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006-2010 OpenWrt.org +# +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=polarssl -PKG_VERSION:=0.14.0 +PKG_VERSION:=0.14.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz -PKG_SOURCE_URL:=http://polarssl.org/code/releases/ -PKG_MD5SUM:=669a0582a27a5ec381542f0c67e966b7 +PKG_SOURCE_URL:=http://polarssl.org/code/releases +PKG_MD5SUM:=8519ff2bb0ae783a89c297fa1c60c337 include $(INCLUDE_DIR)/package.mk @@ -23,7 +23,7 @@ define Package/polarssl/Default URL:=http://polarssl.org/ endef -define Package/libpolarssl/Default/description +define Package/polarssl/Default/description The aim of the PolarSSL project is to provide a quality, open-source cryptographic library written in C and targeted at embedded systems. endef @@ -35,6 +35,11 @@ $(call Package/polarssl/Default) TITLE+= (library) endef +define Package/libpolarssl/description +$(call Package/polarssl/Default/description) +This package contains the PolarSSL library. +endef + define Package/polarssl-progs $(call Package/polarssl/Default) SECTION:=utils @@ -43,6 +48,11 @@ $(call Package/polarssl/Default) TITLE+= (programs) endef +define Package/polarssl-progs/description +$(call Package/polarssl/Default/description) +This package contains the PolarSSL programs. +endef + PKG_INSTALL:=1 define Build/Configure -- 2.11.0