]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - texinfo/texinfo.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / texinfo / texinfo.nm
diff --git a/texinfo/texinfo.nm b/texinfo/texinfo.nm
new file mode 100644 (file)
index 0000000..733bc21
--- /dev/null
@@ -0,0 +1,40 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = texinfo
+version    = 4.13a
+release    = 2
+
+groups     = Applications/Publishing
+url        = http://www.gnu.org/software/texinfo/
+license    = GPLv3
+summary    = Tools needed to create Texinfo format documentation files.
+
+description
+       Texinfo is a documentation system that can produce both online
+       information and printed output from a single source file. The GNU
+       Project uses the Texinfo file format for most of its documentation.
+end
+
+source_dl  = http://ftp.gnu.org/gnu/texinfo/
+
+build
+       requires
+               help2man
+               ncurses-devel
+               zlib-devel
+       end
+
+       DIR_APP = %{DIR_SRC}/%{name}-4.13
+
+       test
+               make check
+       end
+end
+
+packages
+       package %{name}
+       end
+end