26 lines
711 B
Bash
26 lines
711 B
Bash
# Template file for 'python3-pivy'
|
|
pkgname=python3-pivy
|
|
version=0.6.7
|
|
revision=1
|
|
wrksrc="pivy-${version}"
|
|
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=37e33d85117aac27640e011df74ddcd77f270428300df916b46ee5c50645d582
|
|
|
|
# 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
|
|
}
|