From 1d6c7a40622dc812a0e718c5e20951c078d01151 Mon Sep 17 00:00:00 2001 From: yopito Date: Mon, 30 May 2016 11:05:20 +0200 Subject: [PATCH] New package: pyhon-pivy-0.5.0 --- srcpkgs/python-pivy/template | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 srcpkgs/python-pivy/template diff --git a/srcpkgs/python-pivy/template b/srcpkgs/python-pivy/template new file mode 100644 index 0000000000..6de1878bff --- /dev/null +++ b/srcpkgs/python-pivy/template @@ -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 " +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 +}