wok annotate wxpython-dev/receipt @ rev 12635

gnustep-back: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 14:55:11 2012 +0200 (2012-04-29)
parents 26a3881f0035
children 23c3aed67cd9
rev   line source
pankso@5672 1 # SliTaz package receipt.
pankso@5672 2
pankso@5672 3 PACKAGE="wxpython-dev"
pascal@12399 4 VERSION="2.8.12.1"
pankso@5672 5 CATEGORY="x-window"
pankso@5672 6 SHORT_DESC="wxPython devel files."
pankso@5672 7 MAINTAINER="pankso@slitaz.org"
pankso@5672 8 DEPENDS="wxpython"
pankso@5672 9 SOURCE="wxPython-src"
pankso@5672 10 WANTED="wxpython"
pankso@5672 11 WEB_SITE="http://www.wxpython.org/"
pankso@5672 12
pankso@5672 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@5672 14 genpkg_rules()
pankso@5672 15 {
slaxemulator@12327 16 mkdir -p $fs/usr
pankso@5672 17 cp -a $_pkg/usr/include $fs/usr
pankso@5672 18 }