X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fapplejuice;h=12e58a681eb38cf1b68e492e60210d843b63eb9e;hb=485e4c15380ba68f2a917c0a625191122757e8e2;hp=c03ef39e079ef59a4293fbb479d3e5e44d0fd17e;hpb=99e6df8e99db74a51c7d48e00c54f6dd834a9b97;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/applejuice b/lfs/applejuice index c03ef39e07..12e58a681e 100644 --- a/lfs/applejuice +++ b/lfs/applejuice @@ -1,32 +1,31 @@ ############################################################################### -# This file is part of the IPCop Firewall. # # # -# IPCop is free software; you can redistribute it and/or modify # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007 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 # -# the Free Software Foundation; either version 2 of the License, or # +# the Free Software Foundation, either version 3 of the License, or # # (at your option) any later version. # # # -# IPCop is distributed in the hope that it will be useful, # +# This program is distributed in the hope that it will be useful, # # but WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # # GNU General Public License for more details. # # # # You should have received a copy of the GNU General Public License # -# along with IPCop; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Makefiles are based on LFSMake, which is # -# Copyright (C) 2002 Rod Roard # +# along with this program. If not, see . # # # ############################################################################### + ############################################################################### # Definitions ############################################################################### include Config -VER = 0.30 +VER = 0.31 THISAPP = applejuice-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,10 +33,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = applejuice -PAK_VER = 1 +PAK_VER = 2 -DESCDE = "Applejuice ist ein (deutsches) P2P-Netzwerk." -DESCEN = "Applejuice is a german p2p-network." DEPS = "java" ############################################################################### @@ -48,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3902240094208758888a622d1cac1c1c +$(DL_FILE)_MD5 = dc4ac444ff9ec9e1e841e856564d0234 install : $(TARGET) @@ -84,10 +81,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && mkdir -p /opt/applejuice && mv -fv ajcore.jar /opt/applejuice cd $(DIR_APP) && mv -fv libajnetmask.so /opt/applejuice ln -svf ../../opt/applejuice/libajnetmask.so /usr/lib - mkdir -p /srv/web/phpaj - cd $(DIR_APP) && cp -rfv phpaj /srv/web/phpaj + cd $(DIR_APP) && cp -afv phpaj /srv/web + chown nobody.nobody /srv/web/phpaj -Rv -mkdir /var/ipfire/applejuice - echo "RAMSIZE=64" > /var/ipfire/applejuice/settings - chown nobody.nobody /var/ipfire/applejuice -R + echo "RAMSIZE=64M" > /var/ipfire/applejuice/settings + chown nobody.nobody /var/ipfire/applejuice -Rv @rm -rf $(DIR_APP) @$(POSTBUILD)