import 'compile/python' name=sip version=4.18 update_url="https://www.riverbankcomputing.com/software/$name/download" dlextract "http://sourceforge.net/projects/pyqt/files/$name/$name-$version/$name-$version.tar.gz" \ '78724bf2a79878201c3bc81a1d8248ea' header_end cd "$name-$version" python3 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" make make DESTDIR="$dir_install" install # vim:set tabstop=4 shiftwidth=4 syntax=sh et: