wok-next view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="get-dsl-firmware"
4 VERSION="1.0"
5 CATEGORY="non-free"
6 SHORT_DESC="Get misc dsl modem firmwares."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://hg.slitaz.org/wok/file/tip/$PACKAGE/stuff/$PACKAGE"
10 REPOLOGY="-"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp $stuff/$PACKAGE $fs/usr/bin
17 for i in speedtouch speedtouch-silver ueagle ueagle-atm speedtch ; do
18 ln -s $PACKAGE $fs/usr/bin/get-$i-firmware
19 done
20 }