DESCRIPTION:= is obselete

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2007-10-14 04:32:56 +00:00
parent 529a8fe5ac
commit 293efb7831
223 changed files with 1575 additions and 981 deletions

View File

@ -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)" \