wok-next view pciids/receipt @ rev 21379

updated mspdebug (0.17 -> 0.25)
author Hans-G?nter Theisgen
date Thu Apr 16 16:31:49 2020 +0100 (2020-04-16)
parents d635206a5649
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pciids"
4 VERSION="20181220"
5 COMMIT="8d79e48"
6 CATEGORY="misc"
7 SHORT_DESC="List of PCI ID's"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="BSD GPL2"
10 WEB_SITE="http://pci-ids.ucw.cz/"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$COMMIT.tar.gz"
14 WGET_URL="$GITHUB/pciutils/pciids/tarball/$COMMIT"
16 compile_rules() {
17 gzip -1 pci.ids
18 install -Dm644 pci.ids.gz $install/usr/share/hwdata/pci.ids.gz
19 }