wok view wxWidgets-dev/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 months ago)
parents a0280eae1832
children
line source
1 # SliTaz package receipt.
3 PACKAGE="wxWidgets-dev"
4 VERSION="3.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Cross-platform GUI Library - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="https://www.wxwidgets.org/"
11 DEPENDS="expat gtk+-dev pkg-config wxWidgets xorg-libICE-dev
12 xorg-libSM-dev xorg-libXinerama-dev zlib"
13 WANTED="wxWidgets"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/wx
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/include $fs/usr
23 # Just copy setup.h and contrib include
24 cp -a $install/usr/lib/wx/include $fs/usr/lib/wx
26 cp -a $install/usr/share $fs/usr
27 rm -r $fs/usr/share/locale
28 }