wok view wxWidgets-dev/receipt @ rev 769

Add tcc (Tiny C Compiler)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 11 11:36:09 2008 +0000 (2008-05-11)
parents d3c251aa853d
children e165da1af814
line source
1 # SliTaz package receipt.
3 PACKAGE="wxWidgets-dev"
4 VERSION="2.8.6"
5 CATEGORY="development"
6 SHORT_DESC="Cross-platform GUI Library devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev xorg-libICE-dev"
9 WANTED="wxWidgets"
10 WEB_SITE="http://www.wxwidgets.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/wx
16 cp -a $_pkg/usr/bin/ $fs/usr/
17 cp -a $_pkg/usr/include/ $fs/usr/
18 # Just copy setup.h and contrib include
19 cp -a $_pkg/usr/lib/wx/include $fs/usr/lib/wx
20 cp -a $src/contrib/_pkg/usr/include/ $fs/usr/
21 # Strip and redirect error messages
22 strip -s $fs/usr/bin/* 2>/dev/null
23 }