core/mktemp/Pkgfile

16 lines
384 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: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=mktemp
2008-08-24 11:31:04 +02:00
version=1.6
2006-02-23 16:26:10 +01:00
release=1
source=(ftp://ftp.mktemp.org/pub/mktemp/$name-$version.tar.gz)
build() {
cd $name-$version
2008-08-24 11:31:04 +02:00
./configure
2006-02-23 16:26:10 +01:00
make
2008-08-24 11:31:04 +02:00
make -j1 prefix=$PKG/usr mandir=$PKG/usr/man install
2006-02-23 16:26:10 +01:00
}