wok view pptpclient/receipt @ rev 17261

Move separate MIME definitions to the shared-mime-info package.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 22 03:42:23 2014 +0300 (2014-10-22)
parents aa4c910539a1
children 51b58a875fb6
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 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 TAGS="vpn tunnel"
15 DEPENDS="ppp"
16 BUILD_DEPENDS="ppp"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/sbin
30 cp -a $install/usr/sbin/pptp $fs/usr/sbin
31 }