wok annotate get-ipw2100-firmware/receipt @ rev 1608
Add perl-preadsheet-parseexcel
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 19 11:13:53 2008 +0000 (2008-10-19) |
parents | |
children |
rev | line source |
---|---|
pascal@1029 | 1 # SliTaz package receipt. |
pascal@1029 | 2 |
pascal@1029 | 3 PACKAGE="get-ipw2100-firmware" |
pascal@1029 | 4 VERSION="1.0" |
pascal@1029 | 5 CATEGORY="non-free" |
pascal@1029 | 6 SHORT_DESC="Get Intel PRO/Wireless 2100 firmware." |
pascal@1029 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1029 | 8 WEB_SITE="http://ipw2100.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 } |