wok-next view pciids/receipt @ rev 13531

openldap: update pidfile (thanks cymon)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 21 15:39:23 2012 +0200 (2012-10-21)
parents 64e7fff3f73c
children e651a7475c2e
line source
1 # SliTaz package receipt.
3 PACKAGE="pciids"
4 VERSION="20121010"
5 CATEGORY="misc"
6 SHORT_DESC="pci.ids file for pciutils"
7 MAINTAINER="slaxemulator@gmail.com"
8 TARBALL="pci-$VERSION.ids"
9 WEB_SITE="http://pciids.sourceforge.net/"
10 WGET_URL="http://pciids.sourceforge.net/v2.2/pci.ids"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/misc
17 [ -f $src/pci-$VERSION.ids ] && mv $src/pci-$VERSION.ids $src/pci.ids
18 if [ ! -f $src/pci.ids.gz ]; then
19 gzip $src/pci.ids
20 fi
21 cp -a $src/pci.ids.gz $fs/usr/share/misc
22 }