]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - make/make.nm
rrdtool: Update to 1.7.1
[ipfire-3.x.git] / make / make.nm
index 2a8fb0afd9b60652f81ea63683318e94b35008ed..6a684191eed15aa454f4acf9cb16cd8ddeee7e57 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = make
-version    = 3.81
+version    = 4.2.1
 release    = 2
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
@@ -22,15 +22,20 @@ description
        makefile.
 end
 
-source_dl  =
-sources    = %{thisapp}.tar.bz2
+source_dl  = http://ftp.gnu.org/gnu/make/
 
 build
-       configure_options += \
-               --mandir=/usr/share
+       requires
+               autoconf
+               automake
+               gettext-devel
+       end
+
+       prepare_cmds
+               autoreconf -vfi
+       end
 
        test
-               sed -e "s/-w/& /" -i tests/scripts/features/recursion
                make check
        end
 end