wok-next annotate get-ipw2100-firmware/receipt @ rev 1802

fixed email
author Bill Nagel <b1+slitaz@nagel.org>
date Wed Jan 26 00:55:11 2005 +0000 (2005-01-26)
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 }