wok-next annotate pciids/receipt @ rev 20532

moc, mypaint: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 13:35:23 2018 +0200 (2018-03-26)
parents 0e7893ac206d
children 4be7000381e1
rev   line source
al@20328 1 # SliTaz package receipt v2.
slaxemulator@11042 2
slaxemulator@11042 3 PACKAGE="pciids"
al@20513 4 VERSION="20180315"
al@20513 5 COMMIT="61a335a"
slaxemulator@11042 6 CATEGORY="misc"
al@17960 7 SHORT_DESC="List of PCI ID's"
slaxemulator@11042 8 MAINTAINER="slaxemulator@gmail.com"
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@20443 17 install -Dm644 pci.ids.gz $install/usr/share/misc/pci.ids.gz
pascal@19247 18 }
pascal@19247 19
al@20328 20 genpkg_rules() {
al@20328 21 copy @std
slaxemulator@11042 22 }