wok-next view get-dsl-firmware/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
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 HOST_ARCH="any"
11 REPOLOGY="-"
13 compile_rules() {
14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
16 for i in speedtouch speedtouch-silver ueagle ueagle-atm speedtch; do
17 ln -s $PACKAGE $install/usr/bin/get-$i-firmware
18 done
19 }
21 genpkg_rules() {
22 copy @std
23 }