]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Upgraded mpd
authorManiacikarus <maniacikarus@ipfire.org>
Tue, 6 Jan 2009 11:18:10 +0000 (12:18 +0100)
committerManiacikarus <maniacikarus@ipfire.org>
Tue, 6 Jan 2009 11:18:10 +0000 (12:18 +0100)
config/rootfiles/packages/mpd
lfs/mpd

index 68ebf07d4f30d4ec997c3d229d20115b76635afc..ea96b693bacf87185e43a71abea72331053a3a4b 100644 (file)
@@ -3,8 +3,12 @@ usr/bin/mpd
 var/log/mpd.error.log
 var/log/mpd.log
 #usr/share/doc/mpd
+#usr/share/doc/mpd/AUTHORS
+#usr/share/doc/mpd/COPYING
+#usr/share/doc/mpd/NEWS
 #usr/share/doc/mpd/COMMANDS
 #usr/share/doc/mpd/README
+#usr/share/doc/mpd/TODO
 #usr/share/doc/mpd/UPGRADING
 #usr/share/doc/mpd/mpdconf.example
 #usr/share/man/man1/mpd.1
diff --git a/lfs/mpd b/lfs/mpd
index 1ff4b0fa2e26f51da04aab6df402b0db2e839998..7398935604b0b07ed4c148cc33c5264a9a8f862d 100644 (file)
--- a/lfs/mpd
+++ b/lfs/mpd
 
 include Config
 
-VER        = 0.13.2
+VER        = 0.14
 
 THISAPP    = mpd-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
+DIR_APP    = $(DIR_SRC)/${THISAPP}
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mpd
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b461896369949ff3cff955692ead9f8b
+$(DL_FILE)_MD5 = ee282390146ead636f3d992399ed3c20
 
 install : $(TARGET)