wok-4.x view pptpclient-man/receipt @ rev 7065
Added qtconfig. Qtconfig is a tool that allows users to customize the default settings for Qt applications. Removed from Qt4-dev.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 01 23:08:19 2010 +0000 (2010-11-01) |
parents | 68eb9b7c9c5a |
children | be13f25e790b |
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 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
16 mkdir -p $fs/usr/
17 cp -a $_pkg/usr/share $fs/usr/
18 }