X-Git-Url: http://gitweb/?a=blobdiff_plain;f=file%2FPkgfile;h=cd502a5e1bc26aee4380be1087e0cc686a7d4288;hb=432fdeca5126a5dcfda4c1e3f4d0df8868950d2c;hp=789ce123d1e2f4487147781dafc665617cbd0582;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/file/Pkgfile b/file/Pkgfile index 789ce12..cd502a5 100644 --- a/file/Pkgfile +++ b/file/Pkgfile @@ -1,22 +1,24 @@ # Description: File type identification utility # URL: http://www.darwinsys.com/file/ # 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: zlib name=file -version=5.03 +version=5.18 release=1 -source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz) +source=(ftp://ftp.astron.com/pub/file/$name-$version.tar.gz) build() { cd $name-$version + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ - --enable-fsect-man5 + --enable-fsect-man5 \ + --enable-static + make make DESTDIR=$PKG install - rmdir $PKG/usr/man/man4 + rmdir $PKG/usr/share/man/man4 }