]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - make/make.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / make / make.nm
diff --git a/make/make.nm b/make/make.nm
new file mode 100644 (file)
index 0000000..da9192a
--- /dev/null
@@ -0,0 +1,40 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = make
+version    = 3.81
+release    = 1
+
+maintainer = Michael Tremer <michael.tremer@ipfire.org>
+groups     = Build Development/Tools
+url        = http://www.gnu.org/software/make/
+license    = GPLv2+
+summary    = A GNU tool which simplifies the build process for users.
+
+description
+       A GNU tool for controlling the generation of executables and other
+       non-source files of a program from the program's source files. Make
+       allows users to build and install packages without any significant
+       knowledge about the details of the build process. The details about
+       how the program should be built are provided for make in the program's
+       makefile.
+end
+
+source_dl  =
+sources    = %{thisapp}.tar.bz2
+
+build
+       configure_options += \
+               --mandir=/usr/share
+
+       test
+               sed -e "s/-w/& /" -i tests/scripts/features/recursion
+               make check
+       end
+end
+
+packages
+       package %{name}
+end