wok annotate wxWidgets28-dev/receipt @ rev 25074

Add python-ipaddress
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 13 19:39:39 2022 +0000 (23 months ago)
parents affba9aecc73
children
rev   line source
al@18521 1 # SliTaz package receipt.
al@18521 2
al@18521 3 PACKAGE="wxWidgets28-dev"
al@18521 4 VERSION="2.8.12.1"
al@18521 5 CATEGORY="development"
al@18521 6 SHORT_DESC="Cross-platform GUI Library devel files."
al@18521 7 MAINTAINER="pankso@slitaz.org"
al@18521 8 LICENSE="LGPL"
al@18521 9 WANTED="wxWidgets28"
pascal@24979 10 WEB_SITE="https://www.wxwidgets.org/"
al@18521 11
al@18521 12 DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \
al@18521 13 xorg-libICE-dev expat wxWidgets28 zlib"
al@18521 14
al@18521 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18521 16 genpkg_rules()
al@18521 17 {
al@18521 18 mkdir -p $fs/usr/lib/wx
al@18521 19 cp -a $install/usr/bin $fs/usr
al@18521 20 cp -a $install/usr/include $fs/usr
al@18521 21 # Just copy setup.h and contrib include
al@18521 22 cp -a $install/usr/lib/wx/include $fs/usr/lib/wx
al@18521 23
al@18521 24 cp -a $install/usr/share $fs/usr
al@18521 25 rm -r $fs/usr/share/locale
al@18521 26 }