wok view pptpclient/receipt @ rev 4363

x11vnc: add desktop entry
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 07 11:01:59 2009 +0200 (2009-10-07)
parents f135405894d8
children b768ede0c5cb
line source
1 # SliTaz package receipt.
3 PACKAGE="pptpclient"
4 VERSION="1.7.2"
5 CATEGORY="network"
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 }