mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libmpdclient: Remove doxygen dependency, cleanup Makefile
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libmpdclient
|
PKG_NAME:=libmpdclient
|
||||||
PKG_VERSION:=2.9
|
PKG_VERSION:=2.9
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://www.musicpd.org/download/libmpdclient/2/
|
PKG_SOURCE_URL:=http://www.musicpd.org/download/libmpdclient/2/
|
||||||
@@ -28,7 +28,6 @@ define Package/libmpdclient
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
URL:=http://mpd.wikia.com/wiki/ClientLib:libmpdclient
|
URL:=http://mpd.wikia.com/wiki/ClientLib:libmpdclient
|
||||||
DEPENDS:=
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libmpdclient/description
|
define Package/libmpdclient/description
|
||||||
@@ -37,10 +36,10 @@ endef
|
|||||||
|
|
||||||
TARGET_CFLAGS+="-std=gnu99"
|
TARGET_CFLAGS+="-std=gnu99"
|
||||||
|
|
||||||
#TARGET_LDFLAGS+=-lpthread
|
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default)
|
$(call Build/Configure/Default, \
|
||||||
|
--disable-documentation \
|
||||||
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
|||||||
Reference in New Issue
Block a user