wok view sip-dev/receipt @ rev 16992
mate-polkit-dev: Remove wget url
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Sat Aug 09 13:07:57 2014 -0300 (2014-08-09) |
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 }