New package: pyhon-pivy-0.5.0
This commit is contained in:
parent
5c403ec1ba
commit
1d6c7a4062
|
@ -0,0 +1,27 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue