mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
assimp_docs, the documentation for the assimp library (#8803)
This commit is contained in:
38
media-libs/assimp/assimp_docs-5.2.5.1.recipe
Normal file
38
media-libs/assimp/assimp_docs-5.2.5.1.recipe
Normal file
@@ -0,0 +1,38 @@
|
||||
SUMMARY="The Asset-Importer-Lib Docs"
|
||||
DESCRIPTION="This is the documentation for the Open Asset Import Library (short name: Assimp)."
|
||||
HOMEPAGE="https://github.com/assimp/assimp-docs"
|
||||
COPYRIGHT="2019 Open Asset Import Library"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="291941dd60702c7996118c80c6e617b31c62fd38caebf6f142b623ef3c09fa9f"
|
||||
SOURCE_FILENAME="assimp-docs-v$portVersion.tar.gz"
|
||||
SOURCE_DIR="assimp-docs-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
pythonVersion="python39"
|
||||
|
||||
PROVIDES="
|
||||
$portName = $portVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
breathe_$pythonVersion
|
||||
snowballstemmer_$pythonVersion
|
||||
sphinx_$pythonVersion
|
||||
sphinxcontrib_jquery_$pythonVersion
|
||||
sphinx_rtd_theme_$pythonVersion
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make html
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $docDir
|
||||
cp -a build/html $docDir
|
||||
}
|
||||
Reference in New Issue
Block a user