25 lines
686 B
Bash
25 lines
686 B
Bash
# Template file for 'python3-pivy'
|
|
pkgname=python3-pivy
|
|
version=0.6.8
|
|
revision=3
|
|
build_style=cmake
|
|
hostmakedepends="python3-devel swig"
|
|
makedepends="python3-devel coin3-devel"
|
|
depends="python3"
|
|
short_desc="Python3 bindings for the high-level 3D graphics library Coin"
|
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
|
license="ISC"
|
|
homepage="https://github.com/coin3d/pivy"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=c443dd7dd724b0bfa06427478b9d24d31e0c3b5138ac5741a2917a443b28f346
|
|
|
|
# still relevant with pivy 0.6.6 ?
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
ppc64*);;
|
|
ppc*) broken="{standard input}:3376761: Error: operand out of range";;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|