wok-6.x view sip-dev/receipt @ rev 23708
updated tumbler and tumbler-dev (0.2.7 -> 0.2.8)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 28 14:56:48 2020 +0100 (2020-04-28) |
parents | 2e5434fe0bdb |
children | a77f941b8df6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="sip-dev"
4 VERSION="4.19.19"
5 CATEGORY="development"
6 SHORT_DESC="Development files for sip."
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL2 GPL3"
9 WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro"
11 WANTED="sip"
12 DEPENDS="sip"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/include $fs/usr
19 }