wok annotate pptpclient/receipt @ rev 19088
cross/arm: fix build for ell busybox flex ninvaders
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 30 18:20:33 2016 +0200 (2016-04-30) |
parents | b768ede0c5cb |
children | 2a483efbb28b |
rev | line source |
---|---|
pascal@3762 | 1 # SliTaz package receipt. |
pascal@3762 | 2 |
pascal@3762 | 3 PACKAGE="pptpclient" |
pascal@18131 | 4 VERSION="1.8.0" |
pascal@3766 | 5 CATEGORY="network" |
pascal@3762 | 6 SHORT_DESC="Microsoft Point-to-Point Tunneling Protocol client." |
pascal@3762 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14698 | 8 LICENSE="GPL2" |
pascal@3762 | 9 SOURCE="pptp" |
pascal@3762 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@3762 | 11 WEB_SITE="http://pptpclient.sourceforge.net/" |
pascal@3762 | 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@18131 | 13 CONFIG_FILES="/etc/ppp/options.pptp" |
pascal@14698 | 14 TAGS="vpn tunnel" |
pascal@14698 | 15 |
pascal@3762 | 16 DEPENDS="ppp" |
pascal@3762 | 17 BUILD_DEPENDS="ppp" |
pascal@18131 | 18 SUGGESTED="pptpclient-extra" |
pascal@3762 | 19 |
pascal@3762 | 20 # Rules to configure and make the package. |
pascal@3762 | 21 compile_rules() |
pascal@3762 | 22 { |
pascal@3762 | 23 make && |
pascal@14698 | 24 make DESTDIR=$DESTDIR install |
pascal@3762 | 25 } |
pascal@3762 | 26 |
pascal@3762 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3762 | 28 genpkg_rules() |
pascal@3762 | 29 { |
pascal@3762 | 30 mkdir -p $fs/usr/sbin |
pascal@14698 | 31 cp -a $install/usr/sbin/pptp $fs/usr/sbin |
pascal@18131 | 32 cp -a $install/etc $fs/ |
pascal@3762 | 33 } |