wok view pciids/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 03f41e848202
children 374c464852cf
line source
1 # SliTaz package receipt.
3 PACKAGE="pciids"
4 VERSION="20150414"
5 CATEGORY="misc"
6 SHORT_DESC="List of PCI ID's"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD GPL2"
9 WEB_SITE="http://pciids.sourceforge.net/"
10 TARBALL="pci-$VERSION.ids.gz"
11 WGET_URL="${WEB_SITE}v2.2/pci.ids.gz"
12 HOST_ARCH="i486 arm"
14 BUILD_DEPENDS="advancecomp"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 advdef -z4 pci-$VERSION.ids.gz
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/misc
26 cp $src/pci-$VERSION.ids.gz $fs/usr/share/misc/pci.ids.gz
27 }