]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - sed/sed.nm
Merge remote-tracking branch 'stevee/vim'
[people/ms/ipfire-3.x.git] / sed / sed.nm
index 5bbb61a94035ecd2fe7969caba2d8dde2e7c90bf..6f215955c4d33fddb5f85f2545c8a4d4fe1b450a 100644 (file)
@@ -4,23 +4,23 @@
 ###############################################################################
 
 name       = sed
-version    = 4.2.1
+version    = 4.2.2
 release    = 1
 
-groups     = Base Build Applications/Text
+groups     = 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 \
+       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}
+source_dl  = ftp://ftp.gnu.org/gnu/sed/
 
 build
        requires
@@ -28,9 +28,7 @@ build
        end
 
        configure_options += \
-               --bindir=/bin \
-               --without-included-regex \
-               --mandir=/usr/share/man
+               --without-included-regex
 
        test
                make check
@@ -39,6 +37,15 @@ end
 
 packages
        package %{name}
+               groups += Base Build
+
+               provides
+                       /bin/sed
+               end
+
+               conflicts
+                       filesystem < 002
+               end
        end
 
        package %{name}-debuginfo