wok view pciids/receipt @ rev 24174

updated pciids (20200329 -> 20211230)
author Hans-G?nter Theisgen
date Thu Dec 30 06:42:15 2021 +0100 (2021-12-30)
parents 374c464852cf
children 0b7b8e414545
line source
1 # SliTaz package receipt.
3 PACKAGE="pciids"
4 VERSION="20211230"
5 CATEGORY="misc"
6 SHORT_DESC="List of PCI ID's"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD GPL2"
9 WEB_SITE="https://pci-ids.ucw.cz/"
11 TARBALL="pci-$VERSION.ids.gz"
12 WGET_URL="${WEB_SITE}v2.2/pci.ids.gz"
14 BUILD_DEPENDS="advancecomp"
16 HOST_ARCH="i486 arm"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 advdef -z4 pci-$VERSION.ids.gz
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share/misc
28 cp $src/pci-$VERSION.ids.gz $fs/usr/share/misc/pci.ids.gz
29 }