[package] update libconfig to 1.3.2 (#5386)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16525 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f8732848c9
commit
92463f26ba
@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008 OpenWrt.org
|
# Copyright (C) 2008 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.
|
||||||
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libconfig
|
PKG_NAME:=libconfig
|
||||||
PKG_VERSION:=1.3
|
PKG_VERSION:=1.3.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.hyperrealm.com/libconfig/
|
PKG_SOURCE_URL:=http://www.hyperrealm.com/libconfig/
|
||||||
PKG_MD5SUM:=00f2ebfacb5a0b7b02b409b751432b80
|
PKG_MD5SUM:=094a82afd382aa2305c6cc3c06025c2d
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -25,14 +25,14 @@ define Package/libconfig
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libconfig/description
|
define Package/libconfig/description
|
||||||
Libconfig is a simple library for manipulating structured
|
Libconfig is a simple library for manipulating structured
|
||||||
configuration files. This file format is more compact and more
|
configuration files. This file format is more compact and more
|
||||||
readable than XML. And unlike XML, it is type-aware, so it is not
|
readable than XML. And unlike XML, it is type-aware, so it is not
|
||||||
necessary to do string parsing in application code.
|
necessary to do string parsing in application code.
|
||||||
|
|
||||||
Libconfig is very compact -- just 38K for the stripped C shared
|
Libconfig is very compact -- just 38K for the stripped C shared
|
||||||
library (less than one-fourth the size of the expat XML parser
|
library (less than one-fourth the size of the expat XML parser
|
||||||
library) and 66K for the stripped C++ shared library. This makes
|
library) and 66K for the stripped C++ shared library. This makes
|
||||||
it well-suited for memory-constrained systems like handheld devices.
|
it well-suited for memory-constrained systems like handheld devices.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user