wok view pciids/receipt @ rev 15872

Up: lz4 (112) add lz4c, lib and dev packages
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 02 21:26:43 2014 +0100 (2014-02-02)
parents e651a7475c2e
children b1569e676919
line source
1 # SliTaz package receipt.
3 PACKAGE="pciids"
4 VERSION="20121024"
5 CATEGORY="misc"
6 SHORT_DESC="pci.ids file for pciutils"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD GPL2"
9 TARBALL="pci-$VERSION.ids"
10 WEB_SITE="http://pciids.sourceforge.net/"
11 WGET_URL="http://pciids.sourceforge.net/v2.2/pci.ids"
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 [ -f $src/pci-$VERSION.ids ] && mv $src/pci-$VERSION.ids $src/pci.ids
19 if [ ! -f $src/pci.ids.gz ]; then
20 gzip $src/pci.ids
21 fi
22 cp -a $src/pci.ids.gz $fs/usr/share/misc
23 }