wok view usbids/receipt @ rev 20501
frozen-bubble: move *.pm to i486-linux path
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Oct 29 17:05:35 2018 -0400 (2018-10-29) |
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 }