From 3608845fbcd988755fb241957b316bfd257fe5a0 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 4 Nov 2010 21:46:31 +0000 Subject: [PATCH] Initial bep file for posixtestsuite. --- .../posixtestsuite/posixtestsuite-1.5.2.bep | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-util/posixtestsuite/posixtestsuite-1.5.2.bep diff --git a/dev-util/posixtestsuite/posixtestsuite-1.5.2.bep b/dev-util/posixtestsuite/posixtestsuite-1.5.2.bep new file mode 100644 index 000000000..8343380ce --- /dev/null +++ b/dev-util/posixtestsuite/posixtestsuite-1.5.2.bep @@ -0,0 +1,26 @@ +DESCRIPTION="The Open POSIX Test Suite is a test suite for POSIX 2001 APIs, not tied to specific implementations." +HOMEPAGE="http://posixtest.sourceforge.net/" +SRC_URI="http://sourceforge.net/projects/posixtest/files/posixtest/posixtestsuite-1.5.2/posixtestsuite-1.5.2.tar.gz/download" +CHECKSUM_MD5="9a8e6516585c886fddc257270061b59c" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd posixtestsuite + make +} + +INSTALL { + cd posixtestsuite + make install +} + +TEST { + cd posixtestsuite + 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."