wok-current view sip3-dev/receipt @ rev 25670
Update firmware-* packages to 20240220
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sat Mar 02 21:41:14 2024 +0000 (11 months ago) |
parents | |
children | 5926178cd6fa |
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://www.riverbankcomputing.com/software/sip/intro"
11 WANTED="sip3"
12 DEPENDS="sip3"
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 }