]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - sed/sed.nm
Move all packages to root.
[people/ms/ipfire-3.x.git] / sed / sed.nm
diff --git a/sed/sed.nm b/sed/sed.nm
new file mode 100644 (file)
index 0000000..49e71cd
--- /dev/null
@@ -0,0 +1,43 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = sed
+version    = 4.2.1
+release    = 1
+
+groups     = Base Build Applications/Text
+url        = http://sed.sourceforge.net/
+license    = GPLv2+
+summary    = A GNU stream text editor.
+
+description
+       The sed (Stream EDitor) editor is a stream or batch (non-interactive) \
+       editor.  Sed takes text as input, performs an operation or set of \
+       operations on the text and outputs the modified text. The operations \
+       that sed performs (substitutions, deletions, insertions, etc.) can be \
+       specified in a script file or from the command line.
+end
+
+source_dl  = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
+
+build
+       requires
+               libselinux-devel
+       end
+
+       configure_options += \
+               --bindir=/bin \
+               --without-included-regex \
+               --mandir=/usr/share/man
+
+       test
+               make check
+       end
+end
+
+packages
+       package %{name}
+       end
+end