]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - flex/flex.nm
sip: update to 4.18.1
[people/amarx/ipfire-3.x.git] / flex / flex.nm
index b7eb9735f09bcce06139805b6278a0916d617b72..4c5b555597b0be59b0105ff26a5c42af48a4363f 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = flex
-version    = 2.5.35
-release    = 4
+version    = 2.5.39
+release    = 2.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,13 +35,13 @@ build
 
        keep_libraries = %{libdir}/libfl_pic.a
 
-       #test
-       #       make check
-       #end
+       test
+               make check
+       end
 
        install_cmds
                echo "#!/bin/sh"                        >  %{BUILDROOT}/usr/bin/lex
-               echo "exec /usr/bin/flex -l \"$$@\""    >> %{BUILDROOT}/usr/bin/lex
+               echo "exec /usr/bin/flex -l \"\$@\""    >> %{BUILDROOT}/usr/bin/lex
                chmod 755 %{BUILDROOT}/usr/bin/lex
        end
 end