Files
haikuports/app-benchmarks/libmicro/libmicro-0.4.1.bep
Scott McCreary 3adec5571a Initial .bep for libmicro, it's building execept for getcontext.c. This is a quick and dirty patch, a more proper patch
should be created so that it can be upstreamed as some point, such as replacing -lm with $LIBM etc.
2012-07-23 23:26:54 +00:00

27 lines
485 B
Plaintext

DESCRIPTION="libmicro - portable microbenchmarks"
HOMEPAGE="http://hub.opensolaris.org/bin/view/Project+libmicro"
SRC_URI="http://hub.opensolaris.org/bin/download/Project+libmicro/Source+Archives/libmicro-0.4.1.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
CHECKSUM_MD5="2b6e1ff22164e4ae0c21c11e6c28f7ed"
BUILD {
cd libMicro-0.4.1
make
}
INSTALL {
cd libMicro-0.4.1
cd bin-BePC
ls
}
TEST {
cd libMicro-0.4.1
# make test
# make check
}
LICENSE="CDDL v1"
#COPYRIGHT=""