wok view pptpclient-man/receipt @ rev 13689

bug 33 : Set bash as default in /etc/passwd & copy .bashrc to users
author xfred222
date Tue Dec 11 13:57:59 2012 -0500 (2012-12-11)
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 }