mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
Merge pull request #14704 from micmac1/ices-ico
ices: allow access to iconv
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user