wok-6.x view pptpclient-man/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 68eb9b7c9c5a
children be13f25e790b
line source
1 # SliTaz package receipt.
3 PACKAGE="pptpclient-man"
4 VERSION="1.7.2"
5 CATEGORY="network"
6 SHORT_DESC="PPTP client man pages."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="pptpclient"
9 SOURCE="pptp"
10 WEB_SITE="http://pptpclient.sourceforge.net/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
16 mkdir -p $fs/usr/
17 cp -a $_pkg/usr/share $fs/usr/
18 }