]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - automake/automake.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / automake / automake.nm
diff --git a/automake/automake.nm b/automake/automake.nm
new file mode 100644 (file)
index 0000000..c25f1e9
--- /dev/null
@@ -0,0 +1,35 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = automake
+version    = 1.11.1
+release    = 1
+arch       = noarch
+
+groups     = Development/Tools
+url        = http://www.gnu.org/software/automake/
+license    = GPLv2+
+summary    = A GNU tool for automatically configuring source code.
+
+description
+       Automake is a tool for automatically generating Makefile.in \
+       files compliant with the GNU Coding Standards.
+end
+
+source_dl  = http://ftp.gnu.org/gnu/automake/
+sources    = %{thisapp}.tar.bz2
+
+build
+       requires
+               autoconf
+               perl
+       end
+end
+
+packages
+       package %{name}
+               requires = autoconf
+       end
+end