wok annotate pciids/receipt @ rev 23731
updated wavpack and wavpack-dev (5.1.0 -> 5.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 07:27:01 2020 +0100 (2020-05-01) |
parents | d5d1aacad4ba |
children | 16aa2ac699ef |
rev | line source |
---|---|
slaxemulator@11042 | 1 # SliTaz package receipt. |
slaxemulator@11042 | 2 |
slaxemulator@11042 | 3 PACKAGE="pciids" |
Hans-G?nter@23279 | 4 VERSION="20200329" |
slaxemulator@11042 | 5 CATEGORY="misc" |
al@17960 | 6 SHORT_DESC="List of PCI ID's" |
slaxemulator@11042 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15375 | 8 LICENSE="BSD GPL2" |
Hans-G?nter@23279 | 9 WEB_SITE="https://pci-ids.ucw.cz/" |
Hans-G?nter@23279 | 10 |
al@17960 | 11 TARBALL="pci-$VERSION.ids.gz" |
al@17960 | 12 WGET_URL="${WEB_SITE}v2.2/pci.ids.gz" |
Hans-G?nter@23279 | 13 |
pankso@12927 | 14 HOST_ARCH="i486 arm" |
pankso@12927 | 15 |
pascal@19248 | 16 BUILD_DEPENDS="advancecomp" |
pascal@19247 | 17 |
pascal@19247 | 18 # Rules to configure and make the package. |
pascal@19247 | 19 compile_rules() |
pascal@19247 | 20 { |
pascal@19247 | 21 advdef -z4 pci-$VERSION.ids.gz |
pascal@19247 | 22 } |
pascal@19247 | 23 |
slaxemulator@11042 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@11042 | 25 genpkg_rules() |
slaxemulator@11042 | 26 { |
slaxemulator@11042 | 27 mkdir -p $fs/usr/share/misc |
Hans-G?nter@23279 | 28 cp $src/pci-$VERSION.ids.gz $fs/usr/share/misc/pci.ids.gz |
slaxemulator@11042 | 29 } |