wok view usbids/receipt @ rev 13794

billardgl: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 05 13:18:38 2013 +0100 (2013-01-05)
parents 851b91e3134e
children 1008a51f2c87
line source
1 # SliTaz package receipt.
3 PACKAGE="usbids"
4 VERSION="20120920"
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/misc
17 cp -a $src/usb-$VERSION.ids $fs/usr/share/misc/usb.ids
18 gzip $fs/usr/share/misc/usb.ids
19 # lsusb from usbutils needs this symlink to find usb.ids
20 cd $fs/usr/share
21 ln -s /usr/share/misc/usb.ids.gz
22 }