wok view usbids/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 03f41e848202
children 3b2652bb1db8
line source
1 # SliTaz package receipt.
3 PACKAGE="usbids"
4 VERSION="20150331"
5 CATEGORY="misc"
6 SHORT_DESC="List of USB ID's"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://www.linux-usb.org/"
10 TARBALL="usb-$VERSION.ids.gz"
11 WGET_URL="${WEB_SITE}usb.ids.gz"
12 HOST_ARCH="i486 arm"
14 BUILD_DEPENDS="advancecomp"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 advdef -z4 usb-$VERSION.ids.gz
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/misc
26 cp $src/usb-$VERSION.ids.gz $fs/usr/share/misc/usb.ids.gz
27 }