wok-next view wxpython-dev/receipt @ rev 12395
Up wxWidgets: (2.9.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 20 09:11:46 2012 +0200 (2012-04-20) |
parents | 13d730617dad |
children | 41b267435764 |
line source
1 # SliTaz package receipt.
3 PACKAGE="wxpython-dev"
4 VERSION="2.9.3.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 }