wok-6.x annotate get-dsl-firmware/receipt @ rev 10635
openjdk-6-src: it a meta packe to get jdk source
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 26 23:57:08 2011 +0200 (2011-05-26) |
parents | c11a070d03ee |
children | 42b8478866fb |
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@2167 | 8 WEB_SITE="http://hg.slitaz.org/wok/file/tip/$PACKAGE/stuff/$PACKAGE" |
pascal@2167 | 9 |
pascal@2167 | 10 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2167 | 11 genpkg_rules() |
pascal@2167 | 12 { |
pascal@2167 | 13 mkdir -p $fs/usr/bin |
slaxemulator@9700 | 14 cp $stuff/$PACKAGE $fs/usr/bin |
pascal@2268 | 15 for i in speedtouch speedtouch-silver ueagle ueagle-atm speedtch ; do |
pascal@2167 | 16 ln -s $PACKAGE $fs/usr/bin/get-$i-firmware |
pascal@2167 | 17 done |
pascal@2167 | 18 } |