X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmpfire;h=b8a6eec64371b8819dfea5b6894a964da0537df7;hb=b4cb1ed58b9dbd7d40bd8e9710b7f323da8b8997;hp=facb1798cce6576523b726a809df228ade84c611;hpb=54b07019a0ab741cd898c63717d157b8d097ec5c;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/mpfire b/lfs/mpfire index facb1798cc..b8a6eec643 100644 --- a/lfs/mpfire +++ b/lfs/mpfire @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # 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 = 11 +PAK_VER = 13 -DEPS = "mpd mpc" +DEPS = mpd mpc ############################################################################### # Top-level Rules @@ -70,8 +70,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) 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 - -mkdir -p /usr/lib/perl5/site_perl/5.12.3/Audio/ - cp -vrf $(DIR_SRC)/config/mpfire/perl/Audio/MPD* /usr/lib/perl5/site_perl/5.12.3/Audio/ - cp -vrf $(DIR_SRC)/config/mpfire/perl/Accessor* /usr/lib/perl5/5.12.3/Class/ - cp -vrf $(DIR_SRC)/config/mpfire/perl/Readonly.pm /usr/lib/perl5/5.12.3/Readonly.pm + -mkdir -p /usr/lib/perl5/site_perl/5.32.1/Audio/ + cp -vrf $(DIR_SRC)/config/mpfire/perl/Audio/MPD* /usr/lib/perl5/site_perl/5.32.1/Audio/ + cp -vrf $(DIR_SRC)/config/mpfire/perl/Accessor* /usr/lib/perl5/5.32.1/Class/ + cp -vrf $(DIR_SRC)/config/mpfire/perl/Readonly.pm /usr/lib/perl5/5.32.1/Readonly.pm @$(POSTBUILD)