Upgraded mpd

This commit is contained in:
Maniacikarus
2009-01-06 12:18:10 +01:00
parent b059694f37
commit 3024b3e841
2 changed files with 8 additions and 4 deletions

View File

@@ -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)