X-Git-Url: http://gitweb/?a=blobdiff_plain;f=findutils%2FPkgfile;h=6ab69b3959e97758c4b2b6da0945ed2d681863c5;hb=c3125ac24f54c9e5b1c05cf93f65ad1ef914c74d;hp=a6d91d81b33ee5840a458266e367cef058535bfb;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/findutils/Pkgfile b/findutils/Pkgfile index a6d91d8..6ab69b3 100644 --- a/findutils/Pkgfile +++ b/findutils/Pkgfile @@ -1,11 +1,11 @@ # Description: Basic directory searching utilities # URL: http://www.gnu.org/software/findutils/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=findutils -version=4.4.2 +version=4.6.0 release=1 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz) @@ -16,15 +16,16 @@ gl_cv_func_wcwidth_works=yes gl_cv_header_working_fcntl_h=yes ac_cv_func_fnmatch_gnu=yes EOF + + export CTARGET="arm-crux-linux-gnueabi" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --disable-nls \ - --mandir=/usr/man \ --cache-file=config.cache make make DESTDIR=$PKG install rm $PKG/usr/bin/{updatedb,locate} - rm $PKG/usr/man/man1/{updatedb.1,locate.1} - rm -r $PKG/usr/{libexec,share,var,man/man5} + rm $PKG/usr/share/man/man1/{updatedb.1,locate.1} + rm -r $PKG/usr/{libexec,var,share/{info,man/man5}} }