Files
haikuports/haiku-data/be_book/be_book-2008_10_26.recipe
Jerome Duval dedc2c6324 code style.
2018-08-06 15:08:49 +02:00

29 lines
630 B
Bash

SUMMARY="Documentation for the BeOS API"
DESCRIPTION="The BeOS API documentation."
HOMEPAGE="https://www.haiku-os.org/documents"
COPYRIGHT="ACCESS Co., Ltd."
LICENSE="Attribution-NonCommercial-NoDerivs 3.0 Unported"
REVISION="2"
SOURCE_URI="http://haiku-files.org/files/data/bebook_20081026.zip"
CHECKSUM_SHA256="8bd4836744c2542567b95b3b1cacf60333562e178d5cbcf3aa0a69a02d2f7a28"
SOURCE_DIR="bebook"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
be_book = $portVersion
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
coreutils
"
INSTALL()
{
mkdir -p $documentationDir
cp -dR $sourceDir $documentationDir/BeBook
}