]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - diffutils/diffutils.nm
libnfsidmap: Set pluginpath.
[people/ms/ipfire-3.x.git] / diffutils / diffutils.nm
index 6d575c6cfb26220e2989bb34f65266a018ae6086..1ef95de305575a0ac98f68ffc7f48d13fe0dc3f5 100644 (file)
@@ -4,10 +4,10 @@
 ###############################################################################
 
 name       = diffutils
-version    = 3.2
+version    = 3.3
 release    = 1
 
-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,24 @@ 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
+       test
+               make check
+       end
 end
 
 packages
        package %{name}
+               groups += Base Build
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end