# SliTaz package receipt.

PACKAGE="get-dsl-firmware"
VERSION="1.0"
CATEGORY="non-free"
SHORT_DESC="Get misc dsl modem firmwares."
MAINTAINER="pascal.bellard@slitaz.org"
WEB_SITE="http://hg.slitaz.org/wok/file/tip/$PACKAGE/stuff/$PACKAGE"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/bin
	cp $stuff/$PACKAGE $fs/usr/bin
	for i in speedtouch speedtouch-silver ueagle ueagle-atm speedtch ; do
		ln -s $PACKAGE $fs/usr/bin/get-$i-firmware
	done
}