wok view sip-dev/receipt @ rev 18285

smbbox: update depends
author Richard Dunbar <mojo@slitaz.org>
date Mon Aug 10 11:38:27 2015 -0400 (2015-08-10)
parents 3b4e4318134e
children b1fea658f5c9
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 }