]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - rcs/rcs.nm
kernel: Update to 5.1
[ipfire-3.x.git] / rcs / rcs.nm
index 85b9e004f02c18f89f791f073cba891ce2cb0183..321cdc476eef7b7f3ea2adf05ce794c6bf0fa083 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = rcs
-version    = 5.8
-release    = 1
+version    = 5.9.4
+release    = 2
 
 groups     = Development/Tools
 url        = http://www.gnu.org/software/rcs/
@@ -24,25 +24,24 @@ description
 end
 
 source_dl  = ftp://ftp.gnu.org/gnu/rcs/
+sources    = %{thisapp}.tar.xz
 
 build
        requires
-               autoconf
                ed
                ghostscript
                groff
        end
 
-       prepare_cmds
-               autoconf
-       end
+       # Has some inlining problems, so we need to go back to C99
+       CFLAGS += -std=c99
 
        configure_options += \
                --with-diffutils
 
-       #test
-       #       make check
-       #end
+       test
+               make check
+       end
 
        install_cmds
                # Install the rcsfreeze command.