wok view sip-dev/receipt @ rev 13721

Add cherrytree: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 21 08:15:57 2012 +0000 (2012-12-21)
parents d5d3d87300a7
children f82ad429f28c
line source
1 # SliTaz package receipt.
3 PACKAGE="sip-dev"
4 VERSION="4.13"
5 CATEGORY="development"
6 SHORT_DESC="sip devel"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="sip"
9 WEB_SITE="http://www.riverbankcomputing.co.uk"
10 WANTED="sip"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $install/usr/include $fs/usr
17 }