wok-next view pciids/receipt @ rev 17953

Add merkaartor
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 16 10:36:27 2015 +0200 (2015-04-16)
parents b1569e676919
children da990bedb23e
line source
1 # SliTaz package receipt.
3 PACKAGE="pciids"
4 VERSION="20150414"
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="$WEB_SITE/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 }