[package] update libargtable to 2.11 (#5366)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16501 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e929d3f8b6
commit
4e3a3593f4
@ -8,14 +8,14 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=argtable
|
PKG_NAME:=argtable
|
||||||
PKG_VERSION:=2.9
|
PKG_VERSION:=2.11
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)2-9.tar.gz
|
PKG_SOURCE:=$(PKG_NAME)2-11.tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/argtable/
|
PKG_SOURCE_URL:=@SF/argtable
|
||||||
PKG_MD5SUM:=a7fcddef768db0ae66534ec4c4a51dee
|
PKG_MD5SUM:=6be6bdb5395b2de8063698f83db61791
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)2-9
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)2-11
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -27,12 +27,13 @@ define Package/argtable
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/argtable/description
|
define Package/argtable/description
|
||||||
Argtable is an ANSI C library for parsing GNU style command line options with a minimum of fuss.
|
Argtable is an ANSI C library for parsing GNU style command line options
|
||||||
It enables a program's command line syntax to be defined in the source code as an array of argtable
|
with a minimum of fuss. It enables a program's command line syntax to be
|
||||||
structs. The command line is then parsed according to that specification and the resulting values
|
defined in the source code as an array of argtable structs. The command
|
||||||
are returned in those same structs where they are accessible to the main program. Both tagged
|
line is then parsed according to that specification and the resulting
|
||||||
(-v, --verbose, --foo=bar) and untagged arguments are supported, as are multiple instances of
|
values are returned in those same structs where they are accessible to
|
||||||
each argument.
|
the main program. Both tagged (-v, --verbose, --foo=bar) and untagged
|
||||||
|
arguments are supported, as are multiple instances of each argument.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user