wok annotate pptpclient-man/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
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