wok view wxWidgets28-dev/receipt @ rev 25143

updated plsh (1.20171014 -> 1.20200522)
author Hans-G?nter Theisgen
date Wed Jun 29 14:42:01 2022 +0100 (23 months ago)
parents affba9aecc73
children
line source
1 # SliTaz package receipt.
3 PACKAGE="wxWidgets28-dev"
4 VERSION="2.8.12.1"
5 CATEGORY="development"
6 SHORT_DESC="Cross-platform GUI Library devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL"
9 WANTED="wxWidgets28"
10 WEB_SITE="https://www.wxwidgets.org/"
12 DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \
13 xorg-libICE-dev expat wxWidgets28 zlib"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/wx
19 cp -a $install/usr/bin $fs/usr
20 cp -a $install/usr/include $fs/usr
21 # Just copy setup.h and contrib include
22 cp -a $install/usr/lib/wx/include $fs/usr/lib/wx
24 cp -a $install/usr/share $fs/usr
25 rm -r $fs/usr/share/locale
26 }