wok view wxpython-dev/receipt @ rev 8869

Fix: libgtkimageview TARBALL/WGET_URL... If you had error './configure not found', you have to remove the corrupted tarball from SOURCES_REPOSITORY, named gtkimageview-1.6.4.taz.lzma
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 06:06:17 2011 +0100 (2011-02-26)
parents 91348dd08be2
children 1a6375a82057
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 mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share
17 cp -a $_pkg/usr/bin/wx-config $fs/usr/bin
18 cp -a $_pkg/usr/lib/wx $fs/usr/lib
19 cp -a $_pkg/usr/include $fs/usr
20 cp -a $_pkg/usr/share/aclocal $fs/usr/share
21 cp -a $_pkg/usr/share/bakefile $fs/usr/share
22 }