wok-next view sip/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
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 }