wok view usbids/receipt @ rev 17581

Up: elfutils 0.161
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 18:13:43 2015 +0000 (2015-02-08)
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 }