wok-next diff pciids/receipt @ rev 19903

lynx: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 12 18:00:53 2017 +0200 (2017-10-12)
parents d5d1aacad4ba
children 6a3f3d91ab26
line diff
     1.1 --- a/pciids/receipt	Wed Jun 29 13:04:18 2016 +0200
     1.2 +++ b/pciids/receipt	Thu Oct 12 18:00:53 2017 +0200
     1.3 @@ -1,27 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pciids"
     1.7 -VERSION="20150414"
     1.8 +VERSION="9cecb39"
     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 -TARBALL="pci-$VERSION.ids.gz"
    1.15 -WGET_URL="${WEB_SITE}v2.2/pci.ids.gz"
    1.16 +WEB_SITE="http://pci-ids.ucw.cz/"
    1.17  HOST_ARCH="i486 arm"
    1.18  
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 +WGET_URL="$GITHUB/pciutils/pciids/tarball/$VERSION"
    1.21 +
    1.22  BUILD_DEPENDS="advancecomp"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	advdef -z4 pci-$VERSION.ids.gz
    1.28 +	gzip pci.ids
    1.29 +	advdef -z4 pci.ids.gz
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35  	mkdir -p $fs/usr/share/misc
    1.36 -	cp $src/pci-$VERSION.ids.gz $fs/usr/share/misc/pci.ids.gz
    1.37 +	cp $src/pci.ids.gz $fs/usr/share/misc
    1.38  }