wok diff wxWidgets28-dev/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents
children d765616e1f3d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wxWidgets28-dev/receipt	Sun Mar 01 17:39:44 2020 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="wxWidgets28-dev"
     1.7 +VERSION="2.8.12.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Cross-platform GUI Library devel files."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="LGPL"
    1.12 +WANTED="wxWidgets28"
    1.13 +WEB_SITE="http://www.wxwidgets.org/"
    1.14 +
    1.15 +DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \
    1.16 +xorg-libICE-dev expat wxWidgets28 zlib"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib/wx
    1.22 +	cp -a $install/usr/bin $fs/usr
    1.23 +	cp -a $install/usr/include $fs/usr
    1.24 +	# Just copy setup.h and contrib include
    1.25 +	cp -a $install/usr/lib/wx/include $fs/usr/lib/wx
    1.26 +
    1.27 +	cp -a $install/usr/share $fs/usr
    1.28 +	rm -r $fs/usr/share/locale
    1.29 +}