wok view usbids/receipt @ rev 11914

Up: tazpanel (1.4) - Improved dropdown menu, add easy wifi configuration and more :-)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 29 22:46:54 2012 +0100 (2012-02-29)
parents
children aac186c7f28e
line source
1 # SliTaz package receipt.
3 PACKAGE="usbids"
4 VERSION="20111016"
5 CATEGORY="misc"
6 SHORT_DESC="usb.ids file"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS=""
9 TARBALL="usb-$VERSION.ids"
10 WEB_SITE="http://www.linux-usb.org/"
11 WGET_URL="http://www.linux-usb.org/usb.ids"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
17 cp -a $src/usb-$VERSION.ids $fs/usr/share/usb.ids
18 }