From a7bb8e3236336f74ba623f06baac2d03f090e9db Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 3 Aug 2018 08:53:21 +0200 Subject: [PATCH] posixtestsuite: code style. --- .../posixtestsuite/posixtestsuite-1.5.2.recipe | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/dev-util/posixtestsuite/posixtestsuite-1.5.2.recipe b/dev-util/posixtestsuite/posixtestsuite-1.5.2.recipe index d0a32a670..fb47095ed 100644 --- a/dev-util/posixtestsuite/posixtestsuite-1.5.2.recipe +++ b/dev-util/posixtestsuite/posixtestsuite-1.5.2.recipe @@ -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."