mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
Upgraded mpd
This commit is contained in:
@@ -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
|
||||
|
||||
8
lfs/mpd
8
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user