wok-next annotate pciids/receipt @ rev 21057

Deal with HOST_ARCH="any"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 03 14:47:30 2018 +0200 (2018-12-03)
parents 4be7000381e1
children d635206a5649
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 }
pascal@19247 19
al@20328 20 genpkg_rules() {
al@20328 21 copy @std
slaxemulator@11042 22 }