]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
flex: Update to 2.5.36.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Jul 2012 10:15:19 +0000 (12:15 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Jul 2012 10:15:19 +0000 (12:15 +0200)
Fixes #10198.

flex/flex.nm

index b7eb9735f09bcce06139805b6278a0916d617b72..fa2578a5b74c372068cfe46d59b6748b1f1828e4 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = flex
-version    = 2.5.35
-release    = 4
+version    = 2.5.36
+release    = 1
 
 groups     = Development/Tools
 url        = http://flex.sourceforge.net/
@@ -13,19 +13,18 @@ license    = BSD
 summary    = A tool for creating scanners (text pattern recognizers).
 
 description
-       The flex program generates scanners. Scanners are programs which can \
-       recognize lexical patterns in text. Flex takes pairs of regular \
-       expressions and C code as input and generates a C source file as \
-       output.  The output file is compiled and linked with a library to \
-       produce an executable.  The executable searches through its input for \
-       occurrences of the regular expressions. When a match is found, it \
-       executes the corresponding C code. Flex was designed to work with \
-       both Yacc and Bison, and is used by many programs as part of their \
+       The flex program generates scanners. Scanners are programs which can
+       recognize lexical patterns in text. Flex takes pairs of regular
+       expressions and C code as input and generates a C source file as
+       output.  The output file is compiled and linked with a library to
+       produce an executable.  The executable searches through its input for
+       occurrences of the regular expressions. When a match is found, it
+       executes the corresponding C code. Flex was designed to work with
+       both Yacc and Bison, and is used by many programs as part of their
        build process.
 end
 
-source_dl  =
-sources    = %{thisapp}.tar.bz2
+source_dl  = http://prdownloads.sourceforge.net/flex/
 
 build
        requires
@@ -36,9 +35,9 @@ build
 
        keep_libraries = %{libdir}/libfl_pic.a
 
-       #test
-       #       make check
-       #end
+       test
+               make check
+       end
 
        install_cmds
                echo "#!/bin/sh"                        >  %{BUILDROOT}/usr/bin/lex