]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - findutils/findutils.nm
strongswan: 5.6.3 and enable ChaCha20Poly1305 plugin
[ipfire-3.x.git] / findutils / findutils.nm
index 652d138eec324fd6187d341205b30c81bfac739f..04d26e78d2d2893de434cf5a20a6dcc1b14ef325 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = findutils
-version    = 4.5.10
+version    = 4.6.0
 release    = 2
 
 groups     = System/Tools
@@ -13,19 +13,25 @@ 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
-               libselinux-devel
+               autoconf
+               automake
+               gettext-devel
+       end
+
+       prepare_cmds
+               autoreconf -vfi
        end
 
        configure_options += \
@@ -35,18 +41,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