Change Details
moc/Makefile |
25 | 25 | PKG_INSTALL:=1 |
26 | 26 | |
27 | 27 | include $(INCLUDE_DIR)/package.mk |
| 28 | include $(INCLUDE_DIR)/nls.mk |
28 | 29 | |
29 | 30 | define Package/moc |
30 | 31 | MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc> |
31 | 32 | SECTION:=sound |
32 | 33 | CATEGORY:=Sound |
33 | | DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis +libncurses +libiconv +alsa-utils +libid3tag +libflac |
| 34 | DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis +libncurses $(ICONV_DEPENDS) +alsa-utils +libid3tag +libflac |
34 | 35 | TITLE:=Music On Console |
35 | 36 | endef |
36 | 37 | |
... | ... | |
38 | 39 | MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use. |
39 | 40 | endef |
40 | 41 | |
41 | | TARGET_CFLAGS+= \ |
42 | | -I$(STAGING_DIR)/usr/lib/libiconv/include \ |
43 | | |
44 | 42 | TARGET_LDFLAGS+= \ |
45 | | -Wl,-rpath-link=$(STAGING_DIR)/usr/lib \ |
46 | | -L$(STAGING_DIR)/usr/lib/libiconv/lib |
| 43 | -Wl,-rpath-link=$(STAGING_DIR)/usr/lib |
47 | 44 | |
48 | 45 | CONFIGURE_ARGS += \ |
49 | 46 | --without-mp3 \ |
Download the corresponding diff file