wok view wxpython-dev/receipt @ rev 14001

virtualbox-ose:try to fix + up to 4.2.6
author ernia <monghitri@aruba.it>
date Thu Feb 14 20:48:38 2013 +0000 (2013-02-14)
parents 26a3881f0035
children 23c3aed67cd9
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
17 cp -a $_pkg/usr/include $fs/usr
18 }