wok-next annotate pciids/receipt @ rev 21081

Tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 24 11:36:03 2018 +0200 (2018-12-24)
parents d5aab818505e
children d026631bbebb
rev   line source
al@20328 1 # SliTaz package receipt v2.
slaxemulator@11042 2
slaxemulator@11042 3 PACKAGE="pciids"
al@20683 4 VERSION="20180517"
al@20683 5 COMMIT="665b77e"
slaxemulator@11042 6 CATEGORY="misc"
al@17960 7 SHORT_DESC="List of PCI ID's"
al@21020 8 MAINTAINER="devel@slitaz.org"
pascal@15375 9 LICENSE="BSD GPL2"
al@19601 10 WEB_SITE="http://pci-ids.ucw.cz/"
pankso@12927 11
al@20328 12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
al@20328 13 WGET_URL="$GITHUB/pciutils/pciids/tarball/$COMMIT"
al@19601 14
al@20328 15 compile_rules() {
al@20328 16 gzip -1 pci.ids
al@20683 17 install -Dm644 pci.ids.gz $install/usr/share/hwdata/pci.ids.gz
pascal@19247 18 }