wok-next view sip/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-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 }