#!/bin/bashMAKEDEPS=(make)DEPS=(glibczlibxzbzip2)PKG_VER=5.40
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
}