mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
28 lines
602 B
Plaintext
28 lines
602 B
Plaintext
SUMMARY="The BeBook"
|
|
DESCRIPTION="The BeOS API documentation"
|
|
HOMEPAGE="http://www.haiku-os.org/documents"
|
|
COPYRIGHT="ACCESS Co., Ltd."
|
|
LICENSE="Attribution-NonCommercial-NoDerivs 3.0 Unported"
|
|
SRC_URI="http://haiku-files.org/files/data/bebook_20081026.zip"
|
|
CHECKSUM_SHA256="8bd4836744c2542567b95b3b1cacf60333562e178d5cbcf3aa0a69a02d2f7a28"
|
|
REVISION="1"
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE=yes
|
|
|
|
PROVIDES="
|
|
be_book = $portVersion
|
|
"
|
|
BUILD_REQUIRES="
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
coreutils
|
|
"
|
|
|
|
SOURCE_DIR='bebook'
|
|
|
|
INSTALL()
|
|
{
|
|
mkdir -p $documentationDir
|
|
cp -dR $sourceDir $documentationDir/BeBook
|
|
}
|