wok view poptop-man/receipt @ rev 6969

Added postgresql to postgresql-dev depends. Removed zlib from postresql depends since postgresql-client depends on zlib.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 26 14:58:17 2010 +0000 (2010-10-26)
parents aa4c910539a1
children be13f25e790b
line source
1 # SliTaz package receipt.
3 PACKAGE="poptop-man"
4 VERSION="1.3.4"
5 CATEGORY="network"
6 SHORT_DESC="PPTP server man pages."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.poptop.org/"
9 WANTED="poptop"
10 SOURCE="pptpd"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
17 mkdir -p $fs/usr/
18 cp -a $_pkg/usr/share $fs/usr/
19 }