core/mktemp/Pkgfile
2007-01-23 17:25:18 +00:00

16 lines
374 B
Plaintext

# 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.5
release=1
source=(ftp://ftp.mktemp.org/pub/mktemp/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}