wok-next annotate get-dsl-firmware/receipt @ rev 20964

Micro-updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Sep 10 00:52:53 2018 +0300 (2018-09-10)
parents 42b8478866fb
children d5aab818505e
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"
al@20882 10 REPOLOGY="-"
pascal@2167 11
pascal@2167 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2167 13 genpkg_rules()
pascal@2167 14 {
pascal@2167 15 mkdir -p $fs/usr/bin
slaxemulator@9700 16 cp $stuff/$PACKAGE $fs/usr/bin
pascal@2268 17 for i in speedtouch speedtouch-silver ueagle ueagle-atm speedtch ; do
pascal@2167 18 ln -s $PACKAGE $fs/usr/bin/get-$i-firmware
pascal@2167 19 done
pascal@2167 20 }