python-pivy: update to 0.6.4
This commit is contained in:
parent
19072cb366
commit
ef66240710
1 changed files with 13 additions and 10 deletions
|
@ -1,24 +1,27 @@
|
|||
# Template file for 'python-pivy'
|
||||
pkgname=python-pivy
|
||||
_ver=20101207
|
||||
_scmrev=963cd83905b5
|
||||
version=0.5.0
|
||||
_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"
|
||||
|
||||
# depends on script coin-config
|
||||
nocross=yes
|
||||
|
||||
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="BSD"
|
||||
license="0BSD"
|
||||
homepage="https://bitbucket.org/Coin3D/pivy"
|
||||
distfiles="https://bitbucket.org/Coin3D/pivy/get/${pkgname#python-}-${_ver}.tar.gz"
|
||||
checksum=a44050745c888253dce2586c030fcc5445e37d522cab8cdd94522b830a54451a
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue