wok-current view pptpclient/receipt @ rev 12115
Fix usb-modeswitch-data build
| author | Christophe Lincoln <pankso@slitaz.org> | 
|---|---|
| date | Tue Mar 13 09:31:10 2012 +0100 (2012-03-13) | 
| 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 }