26 lines
704 B
Bash
26 lines
704 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=python2-module
|
|
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
|
|
}
|