wok-next view usbids/receipt @ rev 13992

qt4 up to 4.8.4 - fixed some qt4 dependent package which does not build, upgrading only if necessary, tested razorqt and some apps, all seems to work
author ernia <monghitri@aruba.it>
date Mon Feb 11 23:39:16 2013 +0000 (2013-02-11)
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 }