]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - findutils/findutils.nm
ntp: Install ntpd with the Base group and enable by default
[people/amarx/ipfire-3.x.git] / findutils / findutils.nm
index 652d138eec324fd6187d341205b30c81bfac739f..135faed1a30130df13e330e830963d124f97f1aa 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = findutils
-version    = 4.5.10
-release    = 2
+version    = 4.5.14
+release    = 1
 
 groups     = System/Tools
 url        = http://www.gnu.org/software/findutils/
@@ -13,15 +13,15 @@ license    = GPLv3+
 summary    = The GNU versions of find utilities (find and xargs).
 
 description
-       The findutils package contains programs which will help you locate \
-       files on your system.  The find utility searches through a hierarchy \
-       of directories looking for files which match a certain set of criteria \
-       (such as a filename pattern).  The xargs utility builds and executes \
-       command lines from standard input arguments (usually lists of file \
+       The findutils package contains programs which will help you locate
+       files on your system.  The find utility searches through a hierarchy
+       of directories looking for files which match a certain set of criteria
+       (such as a filename pattern).  The xargs utility builds and executes
+       command lines from standard input arguments (usually lists of file
        names generated by the find command).
 end
 
-source_dl  =
+source_dl  = http://ftp.gnu.org/pub/gnu/findutils/ ftp://alpha.gnu.org/gnu/findutils/
 
 build
        requires
@@ -35,18 +35,19 @@ build
        test
                make check
        end
-
-       install_cmds
-               mkdir -pv %{BUILDROOT}/bin
-               mv -v %{BUILDROOT}/usr/bin/find %{BUILDROOT}/bin
-
-               sed -i -e 's/find:=${BINDIR}/find:=\/bin/' %{BUILDROOT}/usr/bin/updatedb
-       end
 end
 
 packages
        package %{name}
                groups += Base Build
+
+               provides
+                       /bin/find
+               end
+
+               conflicts
+                       filesystem < 002
+               end
        end
 
        package %{name}-debuginfo