mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Upgraded icecast to current version
This commit is contained in:
@@ -51,3 +51,5 @@ usr/share/icecast/web/status.xsl
|
||||
usr/share/icecast/web/status2.xsl
|
||||
usr/share/icecast/web/style.css
|
||||
usr/share/icecast/web/tunein.png
|
||||
usr/share/doc/icecast/masterslave.png
|
||||
usr/share/doc/icecast/relay.png
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.3.1
|
||||
VER = 2.3.2
|
||||
|
||||
THISAPP = icecast-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = icecast
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = "libshout lame sox libvorbis libogg"
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 2d80a249fa8529f82d018c6216108ea8
|
||||
$(DL_FILE)_MD5 = ff516b3ccd2bcc31e68f460cd316093f
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user