You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
541 B
18 lines
541 B
8 years ago
|
import 'compile/python'
|
||
|
import 'compile/qt'
|
||
|
|
||
|
name=PyQt5
|
||
|
version=5.6
|
||
|
update_url='https://www.riverbankcomputing.com/software/pyqt/download5'
|
||
|
|
||
|
dlextract "http://sourceforge.net/projects/pyqt/files/$name/PyQt-$version/${name}_gpl-$version.tar.gz" \
|
||
|
'dbfc885c0548e024ba5260c4f44e0481'
|
||
|
header_end
|
||
|
|
||
|
cd "${name}_gpl-$version"
|
||
|
python3 configure.py --qmake "$(command -v "$(compile_qt_get_cmd qmake 5)")" --confirm-license
|
||
|
make
|
||
|
make DESTDIR="$dir_install" INSTALL_ROOT="$dir_install" install
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|