]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - m4/m4.nm
Move all packages to root.
[people/stevee/ipfire-3.x.git] / m4 / m4.nm
diff --git a/m4/m4.nm b/m4/m4.nm
new file mode 100644 (file)
index 0000000..837951a
--- /dev/null
+++ b/m4/m4.nm
@@ -0,0 +1,36 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = m4
+version    = 1.4.16
+release    = 1
+
+groups     = Applications/Text
+url        = http://www.gnu.org/software/m4/
+license    = GPLv3+
+summary    = The GNU macro processor.
+
+description
+       A GNU implementation of the traditional UNIX macro processor. M4 is
+       useful for writing text files which can be logically parsed, and is
+       used by many programs as part of their build process.  M4 has
+       built-in functions for including files, running shell commands,
+       doing arithmetic, etc. The autoconf program needs m4 for generating
+       configure scripts, but not for running configure scripts.
+end
+
+source_dl  =
+sources    = %{thisapp}.tar.xz
+
+# Testsuite is broken ( readlink )
+#build
+#      test
+#              make check
+#      end
+#end
+
+packages
+       package %{name}
+end