wok view pciids/receipt @ rev 16395

UP: hostapd (2.1), fix libnl missing pkgconfig file and add to ARM with rfkill
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 16 03:02:41 2014 +0200 (2014-04-16)
parents 51a1ebbda768
children 58fa1fbfc3c4
line source
1 # SliTaz package receipt.
3 PACKAGE="pciids"
4 VERSION="20140222"
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 }