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.
17 lines
442 B
17 lines
442 B
8 years ago
|
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:
|