wok annotate pptpclient-extra/receipt @ rev 24304
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 17 11:01:52 2022 +0000 (2022-01-17) |
parents | 51b58a875fb6 |
children | 7dd01dedad38 |
rev | line source |
---|---|
pascal@3762 | 1 # SliTaz package receipt. |
pascal@3762 | 2 |
pascal@3762 | 3 PACKAGE="pptpclient-extra" |
Hans-G?nter@21701 | 4 VERSION="1.10.0" |
pascal@3766 | 5 CATEGORY="network" |
pascal@3762 | 6 SHORT_DESC="PPTP client configuration helper." |
pascal@3762 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15001 | 8 LICENSE="GPL2" |
pascal@3762 | 9 WEB_SITE="http://pptpclient.sourceforge.net/" |
pascal@15001 | 10 |
Hans-G?nter@21701 | 11 SOURCE="pptp" |
Hans-G?nter@21701 | 12 |
pascal@3762 | 13 DEPENDS="pptpclient perl" |
Hans-G?nter@21701 | 14 WANTED="pptpclient" |
pascal@3762 | 15 |
pascal@3762 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3762 | 17 genpkg_rules() |
pascal@3762 | 18 { |
pascal@3762 | 19 mkdir -p $fs/usr/sbin |
Hans-G?nter@21701 | 20 |
pascal@15001 | 21 cp -a $install/usr/sbin/pptpsetup $fs/usr/sbin |
pascal@4009 | 22 sed -i 's/die ".* MPPE .* in kernel/echo "$0: no MPPE kernel module/' \ |
pascal@4009 | 23 $fs/usr/sbin/pptpsetup |
pascal@4010 | 24 sed -i 's/wc --lines/wc -l/' $fs/usr/sbin/pptpsetup |
rocky@7826 | 25 sed -i '/# system checking/{n;s/^/#/;n;s/^/#/;}' $fs/usr/sbin/pptpsetup |
pascal@3762 | 26 } |