mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
sip: update to 4.19.19.
This commit is contained in:
parent
be75fa5cd7
commit
b15b403d82
2 changed files with 7 additions and 4 deletions
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'sip'
|
||||
pkgname=sip
|
||||
version=4.19.18
|
||||
version=4.19.19
|
||||
revision=1
|
||||
wrksrc="sip-${version}"
|
||||
hostmakedepends="python-devel python3-devel"
|
||||
makedepends="${hostmakedepends}"
|
||||
short_desc="Python extension module generator for C/C++ libraries"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="GPL-2.0-only, GPL-3.0-only, SIP"
|
||||
license="GPL-2.0-only, GPL-3.0-only, custom:SIP"
|
||||
homepage="https://riverbankcomputing.com/software/sip/intro"
|
||||
distfiles="https://www.riverbankcomputing.com/static/Downloads/sip/${version}/sip-${version}.tar.gz"
|
||||
checksum=c0bd863800ed9b15dcad477c4017cdb73fa805c25908b0240564add74d697e1e
|
||||
checksum=5436b61a78f48c7e8078e93a6b59453ad33780f80c644e5f3af39f94be1ede44
|
||||
|
||||
pre_build() {
|
||||
mkdir -p sip-${py2_ver}
|
||||
|
@ -60,6 +59,8 @@ do_install() {
|
|||
# install python2 PyQt5 sip
|
||||
cd ${wrksrc}/sip-${py2_ver}-PyQt5
|
||||
make DESTDIR=${DESTDIR} install -C siplib
|
||||
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python-sip_package() {
|
||||
|
|
2
srcpkgs/sip/update
Normal file
2
srcpkgs/sip/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site='https://www.riverbankcomputing.com/software/sip/download'
|
||||
ignore='*dev*'
|
Loading…
Add table
Reference in a new issue