core/mktemp/Pkgfile

16 lines
367 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A simple utility to safely create temporary files
# URL: http://www.mktemp.org/mktemp/
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
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
}