wok view sip-dev/receipt @ rev 16255

Up socat (2.0.0-b7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 04 16:24:21 2014 +0000 (2014-04-04)
parents f82ad429f28c
children 2e5434fe0bdb
line source
1 # SliTaz package receipt.
3 PACKAGE="sip-dev"
4 VERSION="4.14.3"
5 CATEGORY="development"
6 SHORT_DESC="sip devel"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL2 GPL3"
9 DEPENDS="sip"
10 WEB_SITE="http://www.riverbankcomputing.co.uk"
11 WANTED="sip"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/include $fs/usr
18 }