wok view pptpclient/receipt @ rev 3764

*vpn*: update tags
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 12:39:23 2009 +0200 (2009-07-29)
parents 68eb9b7c9c5a
children aa4c910539a1
line source
1 # SliTaz package receipt.
3 PACKAGE="pptpclient"
4 VERSION="1.7.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Microsoft Point-to-Point Tunneling Protocol client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="pptp"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://pptpclient.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="ppp"
13 BUILD_DEPENDS="ppp"
14 TAGS="vpn tunnel"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/sbin
28 cp -a $_pkg/usr/sbin/pptp $fs/usr/sbin
29 }