[package] update libcli to 1.9.4 (#62)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18547 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3686c6821a
commit
d8342172e7
@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006 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:=libcli
|
PKG_NAME:=libcli
|
||||||
PKG_VERSION:=1.9.3
|
PKG_VERSION:=1.9.4
|
||||||
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:=@SF/libcli
|
PKG_SOURCE_URL:=http://libcli.googlecode.com/files
|
||||||
PKG_MD5SUM:=bad78e4b1b9e29d349c48cad3adfd154
|
PKG_MD5SUM:=b917617d21b90db214971efe64a33416
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -21,13 +21,13 @@ define Package/libcli
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=A Cisco-like CLI library
|
TITLE:=A Cisco-like CLI library
|
||||||
URL:=http://libcli.sourceforge.net/
|
URL:=http://code.google.com/p/libcli/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libcli/description
|
define Package/libcli/description
|
||||||
Libcli provides a shared library for including a Cisco-like
|
Libcli provides a shared library for including a Cisco-like
|
||||||
command-line interface into other software. It's a telnet
|
command-line interface into other software. It's a telnet
|
||||||
interface which supports command-line editing, history,
|
interface which supports command-line editing, history,
|
||||||
authentication and callbacks for a user-definable function tree.
|
authentication and callbacks for a user-definable function tree.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ MAKE_FLAGS += \
|
|||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
PREFIX="/usr" \
|
PREFIX="/usr" \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
all install
|
all install
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
mkdir -p $(1)/usr/include
|
mkdir -p $(1)/usr/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user