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