wok rev 23279

updated pciids (20150414 -> 20200329)
author Hans-G?nter Theisgen
date Sun Mar 29 09:58:57 2020 +0100 (2020-03-29)
parents 79c1549784d0
children cb9656914245
files pciids/receipt
line diff
     1.1 --- a/pciids/receipt	Sat Mar 28 16:53:31 2020 +0100
     1.2 +++ b/pciids/receipt	Sun Mar 29 09:58:57 2020 +0100
     1.3 @@ -1,14 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pciids"
     1.7 -VERSION="20150414"
     1.8 +VERSION="20200329"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="List of PCI ID's"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="BSD GPL2"
    1.13 -WEB_SITE="http://pciids.sourceforge.net/"
    1.14 +WEB_SITE="https://pci-ids.ucw.cz/"
    1.15 +
    1.16  TARBALL="pci-$VERSION.ids.gz"
    1.17  WGET_URL="${WEB_SITE}v2.2/pci.ids.gz"
    1.18 +
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21  BUILD_DEPENDS="advancecomp"
    1.22 @@ -23,5 +25,5 @@
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr/share/misc
    1.26 -	cp $src/pci-$VERSION.ids.gz $fs/usr/share/misc/pci.ids.gz
    1.27 +	cp $src/pci-$VERSION.ids.gz	$fs/usr/share/misc/pci.ids.gz
    1.28  }