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