[package] update libdmapsharing to 2.1.2 (#7894)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23015 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
43eb878392
commit
b7b6c0e2c4
@ -10,12 +10,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libdmapsharing
|
||||
PKG_VERSION:=1.9.0.15
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=2.1.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=libdmapsharing-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.flyn.org/projects/libdmapsharing/
|
||||
PKG_MD5SUM:=11839bcf9aac8f1de5e101d13e9e8422
|
||||
PKG_MD5SUM:=66b2b30c3762c7803832a39e179ebc88
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/libdmapsharing-$(PKG_VERSION)
|
||||
|
||||
@ -37,6 +37,7 @@ define Package/libdmapsharing
|
||||
DEPENDS:=+libsoup +mdnsresponder +gstreamer
|
||||
TITLE:=libdmapsharing
|
||||
URL:=http://www.flyn.org/projects/libdmapsharing/
|
||||
MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
endef
|
||||
|
||||
define Package/libdmapsharing/decription
|
||||
@ -46,7 +47,7 @@ endef
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include/
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/include/libdmapsharing-1.9/ \
|
||||
$(PKG_INSTALL_DIR)/usr/include/libdmapsharing-2.2/ \
|
||||
$(1)/usr/include/
|
||||
$(INSTALL_DIR) $(1)/usr/lib/
|
||||
$(CP) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user