wok-stable view wxpython-dev/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 1a6375a82057
children
line source
1 # SliTaz package receipt.
3 PACKAGE="wxpython-dev"
4 VERSION="2.8.12.1"
5 CATEGORY="x-window"
6 SHORT_DESC="wxPython devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="wxpython"
9 SOURCE="wxPython-src"
10 WANTED="wxpython"
11 WEB_SITE="http://www.wxpython.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share
17 cp -a $_pkg/usr/bin/wx-config $fs/usr/bin
18 cp -a $_pkg/usr/lib/wx $fs/usr/lib
19 cp -a $_pkg/usr/include $fs/usr
20 cp -a $_pkg/usr/share/aclocal $fs/usr/share
21 cp -a $_pkg/usr/share/bakefile $fs/usr/share
22 }