wok-next view sip/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sip"
4 VERSION="4.19.3"
5 CATEGORY="development"
6 SHORT_DESC="C/C++ Bindings Generator for Python v2 and v3"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL2 GPL3"
9 WEB_SITE="https://riverbankcomputing.com/software/sip/intro"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/pyqt/$TARBALL"
14 BUILD_DEPENDS="python-dev"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 python configure.py &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 sip)
26 copy @std
27 DEPENDS="python"
28 ;;
29 *-dev)
30 copy @dev
31 ;;
32 esac
33 }