wok view pciids/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 58fa1fbfc3c4
children 03f41e848202
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 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/misc
18 cp $src/pci-$VERSION.ids.gz $fs/usr/share/misc/pci.ids.gz
19 }