SHORT_DESC="Firmware for Fast800 USB ADSL Modem." WEB_SITE="http://eagle-usb.org/" VERSION="1.1" # end of get.list data wget_ueagle() { while read url ; do WGET_URL=$url/$1 wget $WGET_URL [ -s $1 ] || continue tar xzf $1 return done abort_package "Could not download $1. Exiting." } TARBALL="ueagle-data-$VERSION.tar.gz" SOURCE="ueagle-data" wget_ueagle ueagle4-data-1.0.tar.gz <