]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - findutils/findutils.nm
sip: update to 4.18.1
[people/amarx/ipfire-3.x.git] / findutils / findutils.nm
index 652d138eec324fd6187d341205b30c81bfac739f..da3bca23224a868039c04c37ec00af91302ea5d1 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = findutils
-version    = 4.5.10
-release    = 2
+version    = 4.6.0
+release    = 1
 
 groups     = System/Tools
 url        = http://www.gnu.org/software/findutils/
@@ -13,21 +13,28 @@ 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
+               autoconf
+               automake
+               gettext-devel
                libselinux-devel
        end
 
+       prepare_cmds
+               autoreconf -vfi
+       end
+
        configure_options += \
                --libexecdir=/usr/lib/findutils \
                --localstatedir=/var/lib/locate
@@ -35,18 +42,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