wok view usbids/receipt @ rev 13649

Added: gvolwheel & pnmixer (tray volume control); netrik (text web browser/pager); nanoshot (python tray screenshot tool); font-manager; fbterm (framebuffer terminal); faenza-icon-theme (need clean more)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 16 02:22:49 2012 +0000 (2012-11-16)
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 }