wok annotate poptop-man/receipt @ rev 6170

apache, chillispot, knock, openerp-server, openssh, portmap, smartmontools, squid, unfs3: use active_pidfile function in start script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 10 16:25:17 2010 +0200 (2010-09-10)
parents aa4c910539a1
children be13f25e790b
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@3766 5 CATEGORY="network"
pascal@3763 6 SHORT_DESC="PPTP server man pages."
pascal@3763 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@5729 8 WEB_SITE="http://www.poptop.org/"
pascal@3763 9 WANTED="poptop"
pascal@3763 10 SOURCE="pptpd"
pascal@3763 11 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@3763 12
pascal@3763 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3763 14 genpkg_rules()
pascal@3763 15 {
pascal@3763 16 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
pascal@3763 17 mkdir -p $fs/usr/
pascal@3763 18 cp -a $_pkg/usr/share $fs/usr/
pascal@3763 19 }
pascal@3763 20