#!/bin/shMAKEDEPS="make "DEPS="musl zlib xz bzip2"PKG_VER=5.43
SOURCE=http://ftp.astron.com/pub/file/file-$PKG_VER.tar.gz
DESC="A utility for determining the type of a given file or files"
build(){./configure--prefix=/usrmake
}
check(){makecheck
}
package(){makeDESTDIR=$PKG_DESTinstall
}