# Maintainer: Johannes Winkelmann, jw at smts dot ch # Description: Firmware for zd1211/zd1211b USB Wifi devices # URL: http://sourceforge.net/project/showfiles.php?group_id=129083 name=zd1211-firmware version=1.4 release=1 source=(http://dl.sourceforge.net/sourceforge/zd1211/${name}-${version}.tar.bz2) build() { cd $name install -d $PKG/lib/firmware/zd1211 cp zd1211*_* $PKG/lib/firmware/zd1211 }