# SliTaz package receipt.

PACKAGE="usbids"
VERSION="20111016"
CATEGORY="misc"
SHORT_DESC="usb.ids file"
MAINTAINER="slaxemulator@gmail.com"
DEPENDS=""
TARBALL="usb-$VERSION.ids"
WEB_SITE="http://www.linux-usb.org/"
WGET_URL="http://www.linux-usb.org/usb.ids"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/share
	cp -a $src/usb-$VERSION.ids $fs/usr/share/usb.ids
}