wok view clutter-dev/receipt @ rev 6616

Fixed mercurial. Need pyconfig.h for mercurial to work. So i added this to python package since pyconfig.h maybe need for more python programs. I also removed all .pyc and .pyo files from python. Removed about 4mb from python by doing that.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 09 20:49:19 2010 +0000 (2010-10-09)
parents 98e0e149b48e
children 8efe4965fb57
line source
1 # SliTaz package receipt.
3 PACKAGE="clutter-dev"
4 VERSION="1.0.0"
5 CATEGORY="development"
6 SHORT_DESC="Clutter tool kit devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="clutter"
9 WEB_SITE="http://clutter-project.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 ln -s clutter-1.0.pc $fs/usr/lib/pkgconfig/clutter.pc
18 cp -a $_pkg/usr/include $fs/usr
19 }