wok-next view sip-dev/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 3b4e4318134e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="sip-dev"
4 VERSION="4.16.6"
5 CATEGORY="development"
6 SHORT_DESC="Development files for sip"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL2 GPL3"
9 WEB_SITE="http://www.riverbankcomputing.co.uk"
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 }