X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ficecast;h=91aa7c5c7cbd3de96d338f9d5b746c49f736a296;hb=b4f7f8b6f812119bc299418821d8a8987071d342;hp=8080f0be56706f8c853a8e1161cf6e51c0b1207e;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/icecast b/lfs/icecast index 8080f0be56..91aa7c5c7c 100644 --- a/lfs/icecast +++ b/lfs/icecast @@ -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)