DESCRIPTION:= is obselete
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -26,14 +26,16 @@ define Package/libcli
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=A Cisco-like CLI library
|
||||
DESCRIPTION:=\
|
||||
Libcli provides a shared library for including a Cisco-like \\\
|
||||
command-line interface into other software. It's a telnet \\\
|
||||
interface which supports command-line editing, history, \\\
|
||||
authentication and callbacks for a user-definable function tree.
|
||||
URL:=http://libcli.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/libcli/description
|
||||
Libcli provides a shared library for including a Cisco-like
|
||||
command-line interface into other software. It's a telnet
|
||||
interface which supports command-line editing, history,
|
||||
authentication and callbacks for a user-definable function tree.
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += \
|
||||
OPTIM="$(TARGET_CFLAGS)" \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
|
Reference in New Issue
Block a user