wok annotate pptpclient-man/receipt @ rev 7937

slitaz-mercurial-style: Start moving to new CSS and layout
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 21:53:28 2011 +0100 (2011-01-11)
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