]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/mediatomb
captive: Add headline to T&C box
[ipfire-2.x.git] / lfs / mediatomb
index 2bfde66ca5d62ccb19943d65ddc4c681acf2d3dd..c36710a27ae96a9fa6160238a44e6ac411112fc7 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2012  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -32,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mediatomb
-PAK_VER    = 4
+PAK_VER    = 5
 
-DEPS       = "sqlite taglib ffmpeg-libs"
+DEPS       = "ffmpeg-libs libexif taglib "
 
 ###############################################################################
 # Top-level Rules
@@ -85,5 +85,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        install -v -m 644 $(DIR_SRC)/config/backup/includes/mediatomb \
                         /var/ipfire/backup/addons/includes/mediatomb
        echo Folder for music files > /var/mp3/info
+
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,mediatomb)
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)