wok view wxWidgets-dev/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 21b04fb54b67
children 6f116ab3c078
line source
1 # SliTaz package receipt.
3 PACKAGE="wxWidgets-dev"
4 VERSION="3.0.4"
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 }