wok-next annotate pciids/receipt @ rev 20328

Up libextractor, libmad, liboil, pciids, pciutils
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 14 03:01:24 2017 +0200 (2017-11-14)
parents 18c4d15a72df
children 0e7893ac206d
rev   line source
al@20328 1 # SliTaz package receipt v2.
slaxemulator@11042 2
slaxemulator@11042 3 PACKAGE="pciids"
al@20328 4 VERSION="171021"
al@20328 5 COMMIT="5a521cc"
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 HOST_ARCH="i486 arm"
pankso@12927 12
al@20328 13 TARBALL="$PACKAGE-$COMMIT.tar.gz"
al@20328 14 WGET_URL="$GITHUB/pciutils/pciids/tarball/$COMMIT"
al@19601 15
al@20328 16 compile_rules() {
al@20328 17 mkdir -p $install/usr/share/misc
al@20328 18 gzip -1 pci.ids
al@20328 19 cp pci.ids.gz $install/usr/share/misc
pascal@19247 20 }
pascal@19247 21
al@20328 22 genpkg_rules() {
al@20328 23 copy @std
slaxemulator@11042 24 }