29 lines
812 B
Bash
29 lines
812 B
Bash
# Template file for 'python-pivy'
|
|
pkgname=python-pivy
|
|
_ver=20101207
|
|
_scmrev=a84100beff22
|
|
version=0.6.4
|
|
revision=1
|
|
wrksrc="Coin3D-${pkgname#python-}-${_scmrev}"
|
|
build_style=python2-module
|
|
pycompile_module="pivy"
|
|
hostmakedepends="python-devel swig"
|
|
makedepends="python-devel coin3-devel qt-devel"
|
|
short_desc="Python binding for the high-level 3D graphics library Coin"
|
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
|
license="0BSD"
|
|
homepage="https://bitbucket.org/Coin3D/pivy"
|
|
distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
|
|
checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
|
|
nocross="use coin-config script"
|
|
|
|
post_extract() (
|
|
# use setup_old.py until have Coin with cmake support
|
|
mv setup.py setup_new.py
|
|
mv setup_old.py setup.py
|
|
)
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|