wok view get-dsl-firmware/receipt @ rev 23533
updated python-psutil (0.6.1 -> 5.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 15:50:05 2020 +0100 (2020-04-06) |
parents | d1768332cee0 |
children |
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"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp $stuff/$PACKAGE $fs/usr/bin
16 for i in speedtouch speedtouch-silver ueagle ueagle-atm speedtch ; do
17 ln -s $PACKAGE $fs/usr/bin/get-$i-firmware
18 done
19 }