]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/icecast
Removed snort community rules from build, need to clean config files.
[people/pmueller/ipfire-2.x.git] / lfs / icecast
index 8080f0be56706f8c853a8e1161cf6e51c0b1207e..91aa7c5c7cbd3de96d338f9d5b746c49f736a296 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.3.1
+VER        = 2.3.2
 
 THISAPP    = icecast-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,10 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = icecast
-PAK_VER    = 1
+PAK_VER    = 2
 
-DESCDE     = "Ein Musik-Streamer."
-DESCEN     = "A music streamer."
 DEPS       = "libshout lame sox libvorbis libogg"
 
 ###############################################################################
@@ -46,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2d80a249fa8529f82d018c6216108ea8
+$(DL_FILE)_MD5 = ff516b3ccd2bcc31e68f460cd316093f
 
 install : $(TARGET)
 
@@ -80,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make 
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)