void-packages/srcpkgs/python-pivy/template
2016-07-06 16:24:01 -04:00

28 lines
756 B
Bash

# Template file for 'python-pivy'
pkgname=python-pivy
_ver=20101207
_scmrev=963cd83905b5
version=0.5.0
revision=1
wrksrc="Coin3D-${pkgname#python-}-${_scmrev}"
build_style=python-module
# XXX python3 is not supported
python_versions="2.7"
pycompile_module="pivy"
hostmakedepends="python-devel swig"
makedepends="python-devel coin3-devel"
# depends on script coin-config
nocross=yes
short_desc="Python binding for the high-level 3D graphics library Coin"
maintainer="yopito <pierre.bourgin@free.fr>"
license="BSD"
homepage="https://bitbucket.org/Coin3D/pivy"
distfiles="https://bitbucket.org/Coin3D/pivy/get/${pkgname#python-}-${_ver}.tar.gz"
checksum=a44050745c888253dce2586c030fcc5445e37d522cab8cdd94522b830a54451a
post_install() {
vlicense LICENSE
}