posixtestsuite: code style.

This commit is contained in:
Jerome Duval
2018-08-03 08:53:21 +02:00
parent c75859afb9
commit a7bb8e3236

View File

@@ -4,9 +4,14 @@ 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"
REVISION="1"
SOURCE_DIR="posixtestsuite"
ARCHITECTURES="x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -18,7 +23,6 @@ PROVIDES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:find
cmd:cc$secondaryArchSuffix
@@ -26,8 +30,6 @@ BUILD_PREREQUIRES="
cmd:make
"
SOURCE_DIR="posixtestsuite"
BUILD()
{
make $jobArgs
@@ -42,8 +44,3 @@ TEST()
{
execute.sh
}
LICENSE="GNU GPL v2"
COPYRIGHT="2002-2004 Intel Corporation. All rights reserved.
2004, QUALCOMM Inc. All rights reserved.
2004-2005 Bull S.A.. All rights reserved."