]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - diffutils/diffutils.nm
systemd: Update to 242
[ipfire-3.x.git] / diffutils / diffutils.nm
index 6d575c6cfb26220e2989bb34f65266a018ae6086..e1562f1d4d910601bea04dee4f034756a5bf2aa2 100644 (file)
@@ -4,10 +4,10 @@
 ###############################################################################
 
 name       = diffutils
-version    = 3.2
-release    = 1
+version    = 3.3
+release    = 3
 
-groups     = Base Build Development/Tools
+groups     = Development/Tools
 url        = http://www.gnu.org/software/diffutils/diffutils.html
 license    = GPLv2+
 summary    = A GNU collection of diff utilities.
@@ -20,16 +20,30 @@ description
 end
 
 source_dl  = http://ftp.gnu.org/gnu/diffutils/
+sources    = %{thisapp}.tar.xz
 
 build
-       configure_options += \
-               --mandir=/usr/share
+       requires
+               perl
+       end
 
-       #test
-       #       make check
-       #end
+       prepare_cmds
+               # Disable gnulib test suite which does not work on
+               # grsecurity kernels
+               sed -e "s/gnulib-tests//" -i Makefile.{am,in}
+       end
+
+       test
+               make check
+       end
 end
 
 packages
        package %{name}
+               groups += Base Build
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end