wok-next view sip/receipt @ rev 20404

Up cookutils (1019)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 14:34:32 2017 +0200 (2017-12-07)
parents 2e5434fe0bdb
children d5aab818505e
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="http://www.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="sip-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python configure.py &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 case $PACKAGE in
28 sip) copy @std; DEPENDS="python";;
29 *-dev) copy @dev;;
30 esac
31 }