Files
2021-05-12 08:11:10 +08:00

17 lines
443 B
Plaintext

# description : Python 3 bindings for QtWebEngine
# depends : qtwebengine python3-pyqt5 python3-sip-pyqt5
name=python3-pyqtwebengine
version=5.15.2
release=1
source="https://pypi.python.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-$version.tar.gz"
build() {
cd PyQtWebEngine-$version
python3 configure.py --verbose
make
make INSTALL_ROOT=$PKG install -j1
install -d $PKG/usr/share/sip/PyQt5
cp -a sip/* $PKG/usr/share/sip/PyQt5
}