mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
# description : Python 3 bindings for QtWebEngine
|
|
# depends : qtwebengine python3-pyqt5 python3-sip-pyqt5
|
|
|
|
name=python3-pyqtwebengine
|
|
version=5.13.1
|
|
release=1
|
|
source="https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/$version/PyQtWebEngine_gpl-$version.tar.gz"
|
|
|
|
build() {
|
|
cd PyQtWebEngine_gpl-$version
|
|
python3 configure.py
|
|
make
|
|
make INSTALL_ROOT=$PKG install -j1
|
|
install -d $PKG/usr/share/sip/PyQt5
|
|
cp -a sip/* $PKG/usr/share/sip/PyQt5
|
|
}
|