X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmpfire;h=098ffbbb33b3bd7d875f2a8a4b0188036917789e;hb=01f255d949c3f911fade12d1a02cd3d9180dee18;hp=a7e2e91fca84d3dadc23508f149efe5e45917438;hpb=6cd3f682eb346c8fc0bfd680036df429578960ab;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/mpfire b/lfs/mpfire index a7e2e91fca..098ffbbb33 100644 --- a/lfs/mpfire +++ b/lfs/mpfire @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2009 Michael Tremer & Christian Schmidt # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -30,9 +30,9 @@ THISAPP = mpfire-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpfire -PAK_VER = 3 +PAK_VER = 7 -DEPS = "mpd mpc alsa libshout libogg libmad libid3tag libvorbis" +DEPS = "mpd mpc" ############################################################################### # Top-level Rules @@ -62,10 +62,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) install -v -m 755 $(DIR_SRC)/config/mpfire/mpfire.pl /var/ipfire/mpfire/bin install -v -m 664 $(DIR_SRC)/config/mpfire/mpd.conf /var/ipfire/mpfire/ install -v -m 644 $(DIR_SRC)/config/mpfire/webradio /var/ipfire/mpfire/ - install -v -m 644 $(DIR_SRC)/config/mpfire/mpd.db /var/ipfire/mpfire/db/mpd.db + echo "Folder for mpd database" > /var/ipfire/mpfire/db/info chown root.nobody /var/ipfire/mpfire/{mpd.conf,playlist.m3u} chown nobody.nobody /var/ipfire/mpfire/{settings,webradio} - chown root.nobody /var/ipfire/mpfire/db/mpd.db chmod 664 /var/ipfire/mpfire/playlist.m3u chmod 755 /srv/web/ipfire/html/images/mpfire install -v -m 644 $(DIR_SRC)/config/backup/includes/mpfire /var/ipfire/backup/addons/includes/mpfire