mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
SUMMARY="libmicro - portable microbenchmarks"
|
|
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
|
|
"
|
|
LICENSE="CDDL v1"
|
|
COPYRIGHT="2013 Oracle"
|
|
HOMEPAGE="https://java.net/projects/libmicro"
|
|
SRC_URI="hg+https://hg.java.net/hg/libmicro~hg-repo#7dd95b416c3c"
|
|
REVISION="1"
|
|
ARCHITECTURES="!x86 !x86_gcc2"
|
|
|
|
PROVIDES="
|
|
libmicro = $portVersion
|
|
"
|
|
|
|
REQUIRES="
|
|
haiku >= $haikuVersion
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
haiku_devel >= $haikuVersion
|
|
"
|
|
|
|
BUILD_PREREQUIRES="
|
|
cmd:make
|
|
cmd:gcc
|
|
"
|
|
|
|
PATCHES="libmicro-0.4.2.patchset"
|
|
|
|
BUILD()
|
|
{
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
make install
|
|
}
|