X-Git-Url: http://gitweb/?a=blobdiff_plain;f=which%2FPkgfile;h=04a60b976651b6c548bb280eb40e6a9364ba9b1d;hb=refs%2Fheads%2F3.3;hp=e96ecf9001f6845e076556ac9afbae8fc559912e;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/which/Pkgfile b/which/Pkgfile index e96ecf9..04a60b9 100644 --- a/which/Pkgfile +++ b/which/Pkgfile @@ -1,20 +1,19 @@ # Description: Show full path of commands # URL: http://www.xs4all.nl/~carlo17/which/ # 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 name=which -version=2.20 -release=1 -source=(http://www.xs4all.nl/~carlo17/which/$name-$version.tar.gz) +version=2.21 +release=2 +source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --build=$CHOST \ --host=$CTARGET \ - --prefix=/usr \ - --mandir=/usr/man + --prefix=/usr make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/share/info }