New package: python-shiboken-1.2.2
This commit is contained in:
parent
be0153caa9
commit
b17dde5e3b
3 changed files with 30 additions and 0 deletions
|
@ -1579,3 +1579,4 @@ libosmogb.so.3 libosmocore-0.6.6_1
|
|||
libgtkglext-x11-1.0.so.0 gtkglext-1.2.0_1
|
||||
libgdkglext-x11-1.0.so.0 gtkglext-1.2.0_1
|
||||
libXaw3d.so.8 libXaw3d-1.6.2_1
|
||||
libshiboken-python2.7.so.1.2 python-shiboken-1.2.2_1
|
||||
|
|
1
srcpkgs/python-shiboken-devel
Symbolic link
1
srcpkgs/python-shiboken-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-shiboken
|
28
srcpkgs/python-shiboken/template
Normal file
28
srcpkgs/python-shiboken/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'python-shiboken'
|
||||
pkgname=python-shiboken
|
||||
_realname=shiboken
|
||||
version=1.2.2
|
||||
revision=1
|
||||
build_style="cmake"
|
||||
hostmakedepends="python cmake"
|
||||
makedepends="python-devel qt-devel"
|
||||
depends="python>=2.7"
|
||||
short_desc="Support library for Python 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}
|
||||
|
||||
python-shiboken-devel_package() {
|
||||
depends="python-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
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue