]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/mpc
MP3Blaster ist geflogen.
[people/pmueller/ipfire-2.x.git] / lfs / mpc
similarity index 88%
rename from lfs/mp3blaster
rename to lfs/mpc
index 55a1dbb4771542100a751f87e58a9c35eb124f2f..18f01827b4a2b29341e83e72b16da27f2c2b4daf 100644 (file)
+++ b/lfs/mpc
 
 include Config
 
-VER        = 3.2.3
+VER        = 0.12.1
 
-THISAPP    = mp3blaster-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+THISAPP    = mpc-$(VER)
+DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = mp3blaster
+PROG       = mpc
 PAK_VER    = 1
 
-DESCDE     = "MP3Blaster ist kleine Software um Musik abzuspielen."
-DESCEN     = "MP3Blaster is piece of software that plays your music on the box."
-DEPS       = "alsa libvorbis"
+DEPS       = "mpd"
 
 ###############################################################################
 # Top-level Rules
@@ -46,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 0d892d7c99df175eb0efb2bc31086285
+$(DL_FILE)_MD5 = a93a390315aacfec061c8df89fb5e35f
 
 install : $(TARGET)
 
@@ -78,7 +76,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install