X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ficecast;h=c59fba8f3bb66f2c67763d15aa780e71ba26604d;hb=9d6e22e3fcbbac6a082ba11d1720718a58101f69;hp=8080f0be56706f8c853a8e1161cf6e51c0b1207e;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=ipfire-2.x.git diff --git a/lfs/icecast b/lfs/icecast index 8080f0be56..c59fba8f3b 100644 --- a/lfs/icecast +++ b/lfs/icecast @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -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 = 3 -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) @@ -79,8 +77,9 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr - cd $(DIR_APP) && make + cd $(DIR_APP) && make cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)