Files
haikuports/app-benchmarks/libmicro/libmicro-0.4.1.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

30 lines
491 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=""