wok view wxpython-dev/receipt @ rev 6511

Disable gconf and libcanberra in transmission.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 02 00:56:24 2010 +0000 (2010-10-02)
parents
children be13f25e790b
line source
1 # SliTaz package receipt.
3 PACKAGE="wxpython-dev"
4 VERSION="2.8.11.0"
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 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
17 mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share
18 cp -a $_pkg/usr/bin/wx-config $fs/usr/bin
19 cp -a $_pkg/usr/lib/wx $fs/usr/lib
20 cp -a $_pkg/usr/include $fs/usr
21 cp -a $_pkg/usr/share/aclocal $fs/usr/share
22 cp -a $_pkg/usr/share/bakefile $fs/usr/share
23 }