From: Maniacikarus Date: Tue, 6 Jan 2009 11:18:10 +0000 (+0100) Subject: Upgraded mpd X-Git-Tag: v2.5-beta1~225 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=3024b3e841e83192cbd9f8c630189d7d5eb17ea8 Upgraded mpd --- diff --git a/config/rootfiles/packages/mpd b/config/rootfiles/packages/mpd index 68ebf07d4f..ea96b693ba 100644 --- a/config/rootfiles/packages/mpd +++ b/config/rootfiles/packages/mpd @@ -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 1ff4b0fa2e..7398935604 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -24,15 +24,15 @@ 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)