# SliTaz package receipt.

PACKAGE="usb-modeswitch-data"
VERSION="20120120"
CATEGORY="system-tools"
SHORT_DESC="Device database and the rules file for usb_modeswitch."
MAINTAINER="pankso@slitaz.org"
WEB_SITE="http://www.draisberghof.de/usb_modeswitch/"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="http://www.draisberghof.de/usb_modeswitch/$TARBALL"

DEPENDS="usb-modeswitch"
BUILD_DEPENDS="coreutils-operations"

# Rules to configure and make the package.
compile_rules()
{
	make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr
	cp -a $install/etc $fs
	cp -a $install/lib/udev $fs/etc
	cp -a $install/usr $fs
}