wok annotate get-dsl-firmware/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents d1768332cee0
children
rev   line source
pascal@2167 1 # SliTaz package receipt.
pascal@2167 2
pascal@2167 3 PACKAGE="get-dsl-firmware"
pascal@2167 4 VERSION="1.0"
pascal@2167 5 CATEGORY="non-free"
pascal@2167 6 SHORT_DESC="Get misc dsl modem firmwares."
pascal@2167 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@2167 9 WEB_SITE="http://hg.slitaz.org/wok/file/tip/$PACKAGE/stuff/$PACKAGE"
pascal@2167 10
pascal@2167 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2167 12 genpkg_rules()
pascal@2167 13 {
pascal@2167 14 mkdir -p $fs/usr/bin
slaxemulator@9700 15 cp $stuff/$PACKAGE $fs/usr/bin
pascal@2268 16 for i in speedtouch speedtouch-silver ueagle ueagle-atm speedtch ; do
pascal@2167 17 ln -s $PACKAGE $fs/usr/bin/get-$i-firmware
pascal@2167 18 done
pascal@2167 19 }