wok view usbids/receipt @ rev 19247

pciids, usbids: recompress with advdef
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 29 10:29:16 2016 +0200 (2016-06-29)
parents da990bedb23e
children d5d1aacad4ba
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="advdef"
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 }