wok annotate get-ipw2200-firmware/receipt @ rev 1856
keep tazwok clean from deleting wok/portaudio
author | root@developer012 |
---|---|
date | Mon Dec 15 09:54:31 2008 +0000 (2008-12-15) |
parents | |
children |
rev | line source |
---|---|
pascal@1029 | 1 # SliTaz package receipt. |
pascal@1029 | 2 |
pascal@1029 | 3 PACKAGE="get-ipw2200-firmware" |
pascal@1029 | 4 VERSION="1.0" |
pascal@1029 | 5 CATEGORY="non-free" |
pascal@1029 | 6 SHORT_DESC="Get Intel PRO/Wireless 2200BG firmware." |
pascal@1029 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1029 | 8 WEB_SITE="http://ipw2200.sourceforge.net//" |
pascal@1029 | 9 |
pascal@1029 | 10 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1029 | 11 genpkg_rules() |
pascal@1029 | 12 { |
pascal@1029 | 13 mkdir -p $fs/usr/bin |
pascal@1029 | 14 cp stuff/$PACKAGE $fs/usr/bin |
pascal@1029 | 15 } |