wok view pptpclient-man/receipt @ rev 10615

ncmpc: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 26 18:12:16 2011 +0200 (2011-05-26)
parents aa4c910539a1
children 408c87fa22ca
line source
1 # SliTaz package receipt.
3 PACKAGE="pptpclient-man"
4 VERSION="1.7.2"
5 CATEGORY="network"
6 SHORT_DESC="PPTP client man pages."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="pptpclient"
9 SOURCE="pptp"
10 WEB_SITE="http://pptpclient.sourceforge.net/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/
16 cp -a $_pkg/usr/share $fs/usr/
17 }