0
0
Fork 0
haikuports/dev-util/posixtestsuite/posixtestsuite-1.5.2.recipe

47 lines
994 B
Bash

SUMMARY="An open source test suite for POSIX compliance"
DESCRIPTION="
The Open POSIX Test Suite is a test suite for POSIX 2001 APIs, not tied to \
specific implementations.
"
HOMEPAGE="http://posixtest.sourceforge.net/"
COPYRIGHT="2002-2004 Intel Corporation. All rights reserved.
2004, QUALCOMM Inc. All rights reserved.
2004-2005 Bull S.A.. All rights reserved."
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/posixtest/files/posixtest/posixtestsuite-1.5.2/posixtestsuite-1.5.2.tar.gz"
CHECKSUM_SHA256="15a2185672127cba851d35ec9d538ff6148defdbb75f99c7e9c50aeba0f94757"
SOURCE_DIR="posixtestsuite"
ARCHITECTURES="?x86_gcc2"
SECONDARY_ARCHITECTURES="?x86"
PROVIDES="
posixtestsuite$secondaryArchSuffix = $portVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:cc$secondaryArchSuffix
cmd:find
cmd:ld$secondaryArchSuffix
cmd:make
"
BUILD()
{
make $jobArgs
}
INSTALL()
{
make install
}
TEST()
{
execute.sh
}