wok view usbids/receipt @ rev 17484

opus-tools: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 30 10:55:38 2014 +0100 (2014-12-30)
parents 1efb4b8ecf3d
children da990bedb23e
line source
1 # SliTaz package receipt.
3 PACKAGE="usbids"
4 VERSION="20140731"
5 CATEGORY="misc"
6 SHORT_DESC="usb.ids file"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://www.linux-usb.org/"
10 TARBALL="usb-$VERSION.ids"
11 WGET_URL="${WEB_SITE}usb.ids"
12 HOST_ARCH="i486 arm"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/misc
18 gzip -c $src/usb-$VERSION.ids > $fs/usr/share/misc/usb.ids.gz
19 }