mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
* avrdude SUMMARY must have at least 3 words * bebook SUMMARY must have at least 3 words Re-ordered blocks * bzflag SUMMARY must have at least 3 words Re-ordered blocks * c_ares SUMMARY must start with capital letter Re-ordered blocks * cmake SUMMARY must have at least 3 words Re-ordered blocks * command_not_found SUMMARY must have at least 3 words Added BUILD_PREREQUIRES Re-ordered blocks * confuse SUMMARY must start with capital letter Re-ordered blocks * cream SUMMARY must start with capital letter Re-ordered blocks * croscorefonts SUMMARY must have at least 3 words Re-ordered blocks * cssselect SUMMARY must start with capital letter Re-ordered blocks * dcron SUMMARY must start with capital letter Re-ordered blocks * eggchess SUMMARY must have at least 3 words Re-ordered blocks
28 lines
626 B
Bash
28 lines
626 B
Bash
SUMMARY="Documentation for the BeOS API"
|
|
DESCRIPTION="The BeOS API documentation."
|
|
HOMEPAGE="http://www.haiku-os.org/documents"
|
|
COPYRIGHT="ACCESS Co., Ltd."
|
|
LICENSE="Attribution-NonCommercial-NoDerivs 3.0 Unported"
|
|
REVISION="1"
|
|
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
|
|
}
|