wok-stable diff wxpython-dev/receipt @ rev 8607
Updated aufs url to git.c3sl.ufpr.br repo. The sourceforge one is 3 weeks behind.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 14 05:58:14 2011 +0000 (2011-02-14) |
parents | |
children | be13f25e790b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/wxpython-dev/receipt Mon Feb 14 05:58:14 2011 +0000 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="wxpython-dev" 1.7 +VERSION="2.8.11.0" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="wxPython devel files." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="wxpython" 1.12 +SOURCE="wxPython-src" 1.13 +WANTED="wxpython" 1.14 +WEB_SITE="http://www.wxpython.org/" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.20 + mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share 1.21 + cp -a $_pkg/usr/bin/wx-config $fs/usr/bin 1.22 + cp -a $_pkg/usr/lib/wx $fs/usr/lib 1.23 + cp -a $_pkg/usr/include $fs/usr 1.24 + cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.25 + cp -a $_pkg/usr/share/bakefile $fs/usr/share 1.26 +}