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

47 lines
994 B
Bash
Raw Permalink Normal View History

SUMMARY="An open source test suite for POSIX compliance"
2014-01-02 21:40:56 +00:00
DESCRIPTION="
The Open POSIX Test Suite is a test suite for POSIX 2001 APIs, not tied to \
specific implementations.
"
HOMEPAGE="http://posixtest.sourceforge.net/"
2018-08-03 06:53:21 +00:00
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"
2018-08-03 06:53:21 +00:00
SOURCE_DIR="posixtestsuite"
ARCHITECTURES="?x86_gcc2"
SECONDARY_ARCHITECTURES="?x86"
PROVIDES="
posixtestsuite$secondaryArchSuffix = $portVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:cc$secondaryArchSuffix
2018-08-08 14:18:18 +00:00
cmd:find
cmd:ld$secondaryArchSuffix
cmd:make
"
BUILD()
{
make $jobArgs
2010-11-04 21:46:31 +00:00
}
INSTALL()
{
2010-11-04 21:46:31 +00:00
make install
}
TEST()
{
2010-11-04 21:46:31 +00:00
execute.sh
}