mktemp: update to 1.6

This commit is contained in:
Juergen Daubert 2008-08-24 11:31:04 +02:00
parent c9bf568892
commit 1b622d3ed3
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
9a35c59502a228c6ce2be025fc6e3ff2 mktemp-1.5.tar.gz
3e66f91f8a39c7dc0a67b158aeb9c2ac mktemp-1.6.tar.gz

View File

@ -3,13 +3,13 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=mktemp
version=1.5
version=1.6
release=1
source=(ftp://ftp.mktemp.org/pub/mktemp/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure
make
make -j1 prefix=$PKG/usr install
make -j1 prefix=$PKG/usr mandir=$PKG/usr/man install
}