update to pupnp 1.6.3 closes #2576
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10518 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
00268bf49e
commit
4b1be42288
@ -9,12 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libupnp
|
PKG_NAME:=libupnp
|
||||||
PKG_VERSION:=1.3.1
|
PKG_VERSION:=1.6.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/upnp
|
PKG_SOURCE_URL:=@SF/pupnp
|
||||||
PKG_MD5SUM:=6646be5e31e58188e8f47c6ce64faa4c
|
PKG_MD5SUM:=553f3491fe4da88aba1763497730e2c0
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||||
@ -25,14 +25,16 @@ define Package/libupnp
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libpthread
|
DEPENDS:=+libpthread
|
||||||
TITLE:=UPnP SDK library
|
TITLE:=A Portable Open Source UPnP Development Kit
|
||||||
URL:=http://upnp.sourceforge.net/
|
URL:=http://pupnp.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libupnp/description
|
define Package/libupnp/description
|
||||||
The Universal Plug and Play (UPnP) SDK for Linux provides support
|
The portable SDK for UPnP Devices (libupnp) provides developers with an
|
||||||
for building UPnP-compliant control points, devices, and bridges
|
API and open source code for building control points, devices, and
|
||||||
on Linux.
|
bridges that are compliant with Version 1.0 of the Universal Plug and
|
||||||
|
Play Device Architecture Specification and support several operating
|
||||||
|
systems like Linux, *BSD, Solaris and others.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user