wok view sip3-dev/receipt @ rev 25785
Add sip-pyqt and update PyQt-x11-gpl for ffado-mixer
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Sep 24 21:45:20 2024 +0200 (2 months ago) |
parents | 2b88f36eab80 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="sip3-dev"
4 VERSION="4.19.25"
5 CATEGORY="development"
6 SHORT_DESC="Development files for sip3."
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL2 GPL3"
9 WEB_SITE="https://github.com/Python-SIP/sip"
11 WANTED="sip3"
12 DEPENDS="sip3"
14 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 cp -a $install/usr/include $fs/usr
21 }