wok view wxWidgets-dev/receipt @ rev 18994

Up libvips (7.42.3)
author Yuri Pourre <yuripourre@gmail.com>
date Fri Mar 18 22:03:57 2016 -0300 (2016-03-18)
parents 66a241839093
children fa6488d2b1b0
line source
1 # SliTaz package receipt.
3 PACKAGE="wxWidgets-dev"
4 VERSION="3.0.2"
5 CATEGORY="development"
6 SHORT_DESC="Cross-platform GUI Library devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL"
9 WANTED="wxWidgets"
10 WEB_SITE="http://www.wxwidgets.org/"
12 DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \
13 xorg-libICE-dev expat wxWidgets 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 }