description="Utility for determining the type of a given file or files."
url="ftp://ftp.fu-berlin.de/unix/tools/file/"

maintainer="Christos Zoulas"
packager="spiky <spiky@nutyx.org>"
contributors="Tnut"

name=file
version=5.44

source=(ftp://ftp.astron.com/pub/file/file-$version.tar.gz)

build() {
cd $name-$version
./configure --prefix=/usr
make
make check
make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/libmagic.la
}
devel()
{
cd $PKG
bsdtar -cf \
$PKGMK_PACKAGE_DIR/${name}.devel${PKGMK_BUILDVER}any.$PKGMK_PACKAGE_EXT \
usr/include
rm -r usr/include
}
