blob: bd9c4caa7d1e9010f16576534468d13cfc93128b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Allow safe temporary file creation from shell scripts."
HOMEPAGE = "http://www.mktemp.org/"
SECTION = "console/utils"
LICENSE = "GPLv2 BSD"
inherit autotools
EXTRA_OECONF = "--with-libc"
SRC_URI = "\
ftp://ftp.mktemp.org/pub/mktemp/${P}.tar.gz \
file://add_destdir.patch;patch=1 \
file://disable-strip.patch;patch=1 \
"
# FIXME should rather use update-alternatives
RCONFLICTS_${PN} = "coreutils"
|