wok-current view wxWidgets-dev/receipt @ rev 25728
Merge wok for both arch and few updates
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 08:39:45 2024 +0000 (5 weeks ago) |
parents | 6f116ab3c078 |
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 HOST_ARCH="i486 x86_64"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib/wx
22 cp -a $install/usr/bin $fs/usr
23 cp -a $install/usr/include $fs/usr
25 # Just copy setup.h and contrib include
26 cp -a $install/usr/lib/wx/include $fs/usr/lib/wx
28 cp -a $install/usr/share $fs/usr
29 rm -r $fs/usr/share/locale
30 }