wok-current annotate get-dsl-firmware/receipt @ rev 25792
Fix openbox menu, label keymap on lxpanel and add miss it translation for tazpkg
| author | Stanislas Leduc <shann@slitaz.org> |
|---|---|
| date | Tue Oct 07 05:55:24 2025 +0000 (3 weeks ago) |
| parents | d1768332cee0 |
| children |
| 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" |
| pascal@2167 | 10 |
| pascal@2167 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
| pascal@2167 | 12 genpkg_rules() |
| pascal@2167 | 13 { |
| pascal@2167 | 14 mkdir -p $fs/usr/bin |
| slaxemulator@9700 | 15 cp $stuff/$PACKAGE $fs/usr/bin |
| pascal@2268 | 16 for i in speedtouch speedtouch-silver ueagle ueagle-atm speedtch ; do |
| pascal@2167 | 17 ln -s $PACKAGE $fs/usr/bin/get-$i-firmware |
| pascal@2167 | 18 done |
| pascal@2167 | 19 } |