X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fflex;h=0c43e4acdfa9f35583cc45f6dc0c4ab3d38fed65;hp=7e1d2443d1bb804495ca6ecfd608e91d6d7b1168;hb=18bbd71bdcc95b7f335061aa22e61c39df912e8c;hpb=90d372c4b422f71fec009b3ae0cda948f881dc7d diff --git a/lfs/flex b/lfs/flex index 7e1d2443d1..0c43e4acdf 100644 --- a/lfs/flex +++ b/lfs/flex @@ -1,22 +1,20 @@ ############################################################################### -# 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 . # # # ############################################################################### @@ -26,7 +24,7 @@ include Config -VER = 2.5.33 +VER = 2.5.35 THISAPP = flex-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -42,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 343374a00b38d9e39d1158b71af37150 +$(DL_FILE)_MD5 = 10714e50cea54dc7a227e3eddcd44d57 install : $(TARGET) @@ -76,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make $(EXTRA_INSTALL) install ifeq "$(ROOT)" "" - ln -sv libfl.a /usr/lib/libl.a + ln -sfv libfl.a /usr/lib/libl.a echo "#!/bin/sh" > /usr/bin/lex echo "exec /usr/bin/flex -l \"\$$@\"" >> /usr/bin/lex chmod 755 /usr/bin/lex