wok view wxpython-dev/receipt @ rev 13358
Move from undigest: burp androguard ibus ibus-dev ibus-hangul uemacs smx smx-dev
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 11 09:21:03 2012 +0200 (2012-09-11) |
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 }