wok view wxpython-dev/receipt @ rev 18220
Up to lastest: cookutils slitaz-base-files slitaz-configs tazinst tazpanel tazpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 18 11:25:09 2015 +0200 (2015-07-18) |
parents | 41b267435764 |
children | 73f36875e5a7 |
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 LICENSE="LGPL"
9 SOURCE="wxPython-src"
10 WANTED="wxpython"
11 WEB_SITE="http://www.wxpython.org/"
13 DEPENDS="wxpython"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $install/usr/include $fs/usr
20 }