Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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.
 
 
 
 
 

16 lines
455 B

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 et: