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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@2167 2
pascal@2167 3 PACKAGE="get-dsl-firmware"
pascal@2167 4 VERSION="1.0"
pascal@2167 5 CATEGORY="non-free"
al@21020 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@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
pascal@2167 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
al@21020 15
al@21020 16 for i in speedtouch speedtouch-silver ueagle ueagle-atm speedtch; do
al@21020 17 ln -s $PACKAGE $install/usr/bin/get-$i-firmware
pascal@2167 18 done
pascal@2167 19 }
al@21020 20
al@21020 21 genpkg_rules() {
al@21020 22 copy @std
al@21020 23 }