[Packages] sound/mt-daapd: Update to 0.2.4.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11010 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c1fc158f31
commit
bf0ba4881c
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2005-2008 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.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,15 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mt-daapd
|
PKG_NAME:=mt-daapd
|
||||||
PKG_VERSION:=0.2.4
|
PKG_VERSION:=0.2.4.2
|
||||||
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/mt-daapd
|
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||||
PKG_MD5SUM:=2e1cdbe6b94ef153e915806f80a28dca
|
PKG_MD5SUM:=67bef9fb14d487693b0dfb792c3f1b05
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -38,26 +35,23 @@ define Package/mt-daapd/conffiles
|
|||||||
/etc/mt-daapd.playlist
|
/etc/mt-daapd.playlist
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
CONFIGURE_ARGS += \
|
||||||
$(call Build/Configure/Default, \
|
--enable-mdns \
|
||||||
--enable-mdns \
|
--enable-howl \
|
||||||
--enable-howl \
|
--with-id3tag="$(STAGING_DIR)/usr" \
|
||||||
--with-id3tag="$(STAGING_DIR)/usr" \
|
--with-gdbm-includes="$(STAGING_DIR)/usr/include" \
|
||||||
--with-gdbm-includes="$(STAGING_DIR)/usr/include" \
|
--with-gdbm-libs="$(STAGING_DIR)/usr/lib" \
|
||||||
--with-gdbm-libs="$(STAGING_DIR)/usr/lib" \
|
--with-howl-includes="$(STAGING_DIR)/usr/include/howl" \
|
||||||
--with-howl-includes="$(STAGING_DIR)/usr/include/howl" \
|
--with-howl-libs="$(STAGING_DIR)/usr/lib" \
|
||||||
--with-howl-libs="$(STAGING_DIR)/usr/lib" \
|
--without-static-libs \
|
||||||
--without-static-libs \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
all install
|
all install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/mt-daapd/install
|
define Package/mt-daapd/install
|
||||||
$(INSTALL_DIR) $(1)/etc
|
$(INSTALL_DIR) $(1)/etc
|
||||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/contrib/mt-daapd.conf $(1)/etc/
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/contrib/mt-daapd.conf $(1)/etc/
|
||||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/contrib/mt-daapd.playlist $(1)/etc/
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/contrib/mt-daapd.playlist $(1)/etc/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user