wok annotate wxWidgets28-dev/receipt @ rev 22006

tar-lang: condition corrected
author Hans-G?nter Theisgen
date Fri Oct 18 17:47:01 2019 +0100 (2019-10-18)
parents
children d765616e1f3d
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"
al@18521 10 WEB_SITE="http://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 }