wok view pptpclient/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents b768ede0c5cb
children 2a483efbb28b
line source
1 # SliTaz package receipt.
3 PACKAGE="pptpclient"
4 VERSION="1.8.0"
5 CATEGORY="network"
6 SHORT_DESC="Microsoft Point-to-Point Tunneling Protocol client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="pptp"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://pptpclient.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 CONFIG_FILES="/etc/ppp/options.pptp"
14 TAGS="vpn tunnel"
16 DEPENDS="ppp"
17 BUILD_DEPENDS="ppp"
18 SUGGESTED="pptpclient-extra"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/sbin
31 cp -a $install/usr/sbin/pptp $fs/usr/sbin
32 cp -a $install/etc $fs/
33 }