X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libs%2Flibupnp%2FMakefile;h=54674a76c253b5f9d8fc451df65d610210199585;hb=6026f2eb461cd2e9f1b293e77b0bf251db753df2;hp=29ab04cb0db9580158e9a9f7900dd4bdffe8303a;hpb=6e0f864fdb622ed55865744603979fe40859b24d;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/libs/libupnp/Makefile b/libs/libupnp/Makefile index 29ab04cb0d..54674a76c2 100644 --- a/libs/libupnp/Makefile +++ b/libs/libupnp/Makefile @@ -15,7 +15,6 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/upnp PKG_MD5SUM:=6646be5e31e58188e8f47c6ce64faa4c -PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install @@ -27,13 +26,15 @@ define Package/libupnp CATEGORY:=Libraries DEPENDS:=+libpthread TITLE:=UPnP SDK library - DESCRIPTION:=\ - The Universal Plug and Play (UPnP) SDK for Linux provides support \\\ - for building UPnP-compliant control points, devices, and bridges \\\ - on Linux. URL:=http://upnp.sourceforge.net/ endef +define Package/libupnp/description + The Universal Plug and Play (UPnP) SDK for Linux provides support + for building UPnP-compliant control points, devices, and bridges + on Linux. +endef + define Build/Configure $(call Build/Configure/Default, \ --enable-shared \