wok view wxpython-dev/receipt @ rev 7438

Removed linux-iscsi. Changed open-iscsi depend to linux-scsi. No need to 2 packages that same modules in them.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 29 05:33:40 2010 +0000 (2010-11-29)
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 }