wok-current view libsctp-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 bbc090152e7e
children 8d6f480bf664
line source
1 # SliTaz package receipt.
3 PACKAGE="libsctp-dev"
4 VERSION="1.0.11"
5 CATEGORY="development"
6 SHORT_DESC="Stream Control Transmission Protocol developement libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://lksctp.sourceforge.net/"
9 WANTED="sctp-tools"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib/lksctp-tools
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/libsctp.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/lksctp-tools/*a $fs/usr/lib/lksctp-tools
18 }