~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to lfs/mpd

  • Committer: Arne Fitzenreiter
  • Date: 2011-08-09 03:49:10 UTC
  • mfrom: (2913.11.23)
  • Revision ID: git-v1:c7a2cfc817ff9f8524048bffacacded2a24b970b
Merge branch 'master' into next

Conflicts:
        doc/language_missings

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
include Config
26
26
 
27
 
VER        = 0.16.2
 
27
VER        = 0.16.3
28
28
 
29
29
THISAPP    = mpd-$(VER)
30
 
DL_FILE    = $(THISAPP).tar.gz
 
30
DL_FILE    = $(THISAPP).tar.bz2
31
31
DL_FROM    = $(URL_IPFIRE)
32
32
DIR_APP    = $(DIR_SRC)/${THISAPP}
33
33
TARGET     = $(DIR_INFO)/$(THISAPP)
34
34
PROG       = mpd
35
 
PAK_VER    = 12
 
35
PAK_VER    = 13
36
36
 
37
37
DEPS       = "alsa faad2 ffmpeg-libs glib lame libshout libogg libid3tag libvorbis"
38
38
 
44
44
 
45
45
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
46
46
 
47
 
$(DL_FILE)_MD5 = a75ad715cc381dc5efeff6dbf313a954
 
47
$(DL_FILE)_MD5 = 6e708c02b0e8c288aec855eecf441a5a
48
48
 
49
49
install : $(TARGET)
50
50
 
76
76
 
77
77
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
78
78
        @$(PREBUILD)
79
 
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
79
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
80
80
        cd $(DIR_APP) && ./configure --prefix=/usr \
81
81
                                        --disable-ipv6 \
82
82
                                        --sysconfdir=/etc \