wok-6.x annotate poptop-man/receipt @ rev 3763

Add poptop (pptpd)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 09:31:32 2009 +0200 (2009-07-29)
parents
children aa4c910539a1
rev   line source
pascal@3763 1 # SliTaz package receipt.
pascal@3763 2
pascal@3763 3 PACKAGE="poptop-man"
pascal@3763 4 VERSION="1.3.4"
pascal@3763 5 CATEGORY="system-tools"
pascal@3763 6 SHORT_DESC="PPTP server man pages."
pascal@3763 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@3763 8 WANTED="poptop"
pascal@3763 9 SOURCE="pptpd"
pascal@3763 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@3763 11
pascal@3763 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3763 13 genpkg_rules()
pascal@3763 14 {
pascal@3763 15 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
pascal@3763 16 mkdir -p $fs/usr/
pascal@3763 17 cp -a $_pkg/usr/share $fs/usr/
pascal@3763 18 }
pascal@3763 19