Merge pull request #14704 from micmac1/ices-ico
ices: allow access to iconv
This commit is contained in:
commit
f2c9ca7474
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=ices
|
||||
PKG_VERSION:=2.0.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://downloads.xiph.org/releases/ices/
|
||||
|
@ -22,13 +22,14 @@ PKG_FIXUP:=autoreconf
|
|||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
define Package/ices
|
||||
SECTION:=sound
|
||||
CATEGORY:=Sound
|
||||
TITLE:=ices client for Icecast media streaming servers
|
||||
URL:=http://www.icecast.org/ices/
|
||||
DEPENDS:=+libshout +libxml2 +zlib +libogg +libvorbis +alsa-lib
|
||||
DEPENDS:=+libshout +libxml2 +zlib +libogg +libvorbis +alsa-lib $(ICONV_DEPENDS)
|
||||
endef
|
||||
|
||||
define Package/ices/description
|
||||
|
|
Loading…
Reference in a new issue