wok-6.x view pptpclient-man/receipt @ rev 16478
Up xpaint + libXaw3dXft and add to ARM (would be nice to have a small paint tool in next R-Pi release
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 23 01:56:24 2014 +0200 (2014-04-23) |
parents | be13f25e790b |
children | 51b58a875fb6 |
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 LICENSE="GPL2"
9 WANTED="pptpclient"
10 SOURCE="pptp"
11 WEB_SITE="http://pptpclient.sourceforge.net/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/
17 cp -a $install/usr/share $fs/usr/
18 }