mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 11:52:48 +02:00
moc: use ICONV notation
This commit is contained in:
parent
a8cf59d766
commit
a3dc29559d
@ -25,12 +25,13 @@ PKG_FIXUP:=libtool
|
|||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/moc
|
define Package/moc
|
||||||
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis +libncurses +libiconv +alsa-utils +libid3tag +libflac
|
DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis +libncurses $(ICONV_DEPENDS) +alsa-utils +libid3tag +libflac
|
||||||
TITLE:=Music On Console
|
TITLE:=Music On Console
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -38,12 +39,8 @@ define Package/moc/description
|
|||||||
MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use.
|
MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS+= \
|
|
||||||
-I$(STAGING_DIR)/usr/lib/libiconv/include \
|
|
||||||
|
|
||||||
TARGET_LDFLAGS+= \
|
TARGET_LDFLAGS+= \
|
||||||
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
-L$(STAGING_DIR)/usr/lib/libiconv/lib
|
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--without-mp3 \
|
--without-mp3 \
|
||||||
|
Loading…
Reference in New Issue
Block a user