Files
haikuports/app-benchmarks/libmicro/libmicro-0.4.2.hg.recipe
Humdinger 06e8ae9fb8 De-lint recipes
*	fceux
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	fenris
	SUMMARY must start with capital letter
	Re-ordered blocks

*	gcc
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	giflib6
	SUMMARY must start with capital letter
	Re-ordered blocks

*	glm
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	hexedit
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	lateef_font
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	libmicro
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	libusb_compat
	SUMMARY must start with capital letter
	Re-ordered blocks

*	readline
	Re-ordered blocks

*	libutf8proc
	SUMMARY must start with capital letter
	Re-ordered blocks
	Added REQUIRES_devel

*	libwebp
	SUMMARY must start with capital letter
	Re-ordered blocks

*	lighttpd
	SUMMARY must start with capital letter
	Re-ordered blocks

*	lzip
	SUMMARY must start with capital letter
	Re-ordered blocks
2015-08-08 13:05:27 +02:00

52 lines
1.1 KiB
Bash

SUMMARY="Portable microbenchmarks for system and library calls"
DESCRIPTION="LibMicro is a portable set of microbenchmarks that many Solaris \
engineers used during Solaris 10 development to measure the performance of \
various system and library calls. LibMicro was developed by Bart Smaalders \
and Phil Harman as part of their If Linux is faster it's a Solaris bug \
performance campaign. LibMicro is Open Source and uses the CDDL license.
The libMicro sources include an awk script that generates color coded html \
pages to easily compare various OS revs, processors and other differences in \
a quick manner."
HOMEPAGE="https://java.net/projects/libmicro"
COPYRIGHT="2013 Oracle"
LICENSE="CDDL v1"
REVISION="1"
SOURCE_URI="hg+https://hg.java.net/hg/libmicro~hg-repo#7dd95b416c3c"
PATCHES="libmicro-0.4.2.hg.patchset"
ARCHITECTURES="!x86 x86_gcc2"
PROVIDES="
libmicro = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:awk
cmd:gcc
cmd:hg
cmd:make
"
BUILD()
{
make
}
INSTALL()
{
echo "This package does not install. Use haikuporter --test."
false
}
TEST()
{
./bench > output_$(date)
}