mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
be_book: rename version: 20081026 -> 2008_10_26
This commit is contained in:
23
haiku-data/be_book/be_book-2008_10_26.recipe
Normal file
23
haiku-data/be_book/be_book-2008_10_26.recipe
Normal file
@@ -0,0 +1,23 @@
|
||||
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_MD5="78d58b64a41ae4e8f84a14f22aea4adb"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="
|
||||
be_book = $portVersion
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
coreutils
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $documentationDir
|
||||
cp -dR bebook $documentationDir/BeBook
|
||||
}
|
||||
Reference in New Issue
Block a user