# Description: A simple utility to safely create temporary files
# URL:         http://www.mktemp.org/mktemp/
# Maintainer:  CRUX System Team, core-ports at crux dot nu

name=mktemp
version=1.6
release=1
source=(ftp://ftp.mktemp.org/pub/mktemp/$name-$version.tar.gz)

build() {
    cd $name-$version
    ./configure
    make
    make -j1 prefix=$PKG/usr mandir=$PKG/usr/man install
}
