wok-stable diff pptpclient/receipt @ rev 3762

Add pptpclient
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 09:09:42 2009 +0200 (2009-07-29)
parents
children f135405894d8
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pptpclient/receipt	Wed Jul 29 09:09:42 2009 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pptpclient"
     1.7 +VERSION="1.7.2"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Microsoft Point-to-Point Tunneling Protocol client."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +SOURCE="pptp"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://pptpclient.sourceforge.net/"
    1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15 +DEPENDS="ppp"
    1.16 +BUILD_DEPENDS="ppp"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	make &&
    1.23 +	make DESTDIR=$PWD/_pkg install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/sbin
    1.30 +	cp -a $_pkg/usr/sbin/pptp $fs/usr/sbin
    1.31 +}
    1.32 +