New package: python3-shiboken

This commit is contained in:
Enno Boland 2014-05-02 09:13:44 +02:00
parent 0700015fcf
commit 8cb1165e25
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1 @@
python3-shiboken

View file

@ -0,0 +1,29 @@
# Template file for 'python3-shiboken'
pkgname=python3-shiboken
_realname=shiboken
version=1.2.2
revision=1
build_style="cmake"
hostmakedepends="python3 cmake"
makedepends="python3-devel qt-devel"
depends="python3"
short_desc="Support library for Python3 bindings"
maintainer="Enno Boland <eb@s01.de>"
homepage="http://www.pyside.org"
license="LGPL"
distfiles="http://download.qt-project.org/official_releases/pyside/${_realname}-${version}.tar.bz2"
checksum=7625bbcf1fe313fd910c6b8c9cf49ac5495499f9d00867115a2f1f2a69fce5c4
wrksrc=${_realname}-${version}
configure_args="-DUSE_PYTHON3=yes"
python3-shiboken-devel_package() {
depends="python3-shiboken>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove "usr/lib/*.so"
vmove usr/share
}
}