]> 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 6aee52ade7a57524327098860cfd3f2910d02cf6..da3bca23224a868039c04c37ec00af91302ea5d1 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = findutils
-version    = 4.5.10
-release    = 4
+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  = http://ftp.gnu.org/pub/gnu/findutils/
+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