wok diff pciids/receipt @ rev 12839

dropbear: make it cross-compile for ARM (had to disable zlib)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 23 01:32:48 2012 +0200 (2012-05-23)
parents
children 64e7fff3f73c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pciids/receipt	Wed May 23 01:32:48 2012 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pciids"
     1.7 +VERSION="20111016"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="pci.ids file for pciutils"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS=""
    1.12 +TARBALL="pci-$VERSION.ids"
    1.13 +WEB_SITE="http://pciids.sourceforge.net/"
    1.14 +WGET_URL="http://pciids.sourceforge.net/v2.2/pci.ids"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/share/misc
    1.20 +	[ -f $src/pci-$VERSION.ids ] && mv $src/pci-$VERSION.ids $src/pci.ids
    1.21 +	if [ ! -f $src/pci.ids.gz ]; then
    1.22 +		gzip $src/pci.ids
    1.23 +	fi
    1.24 +	cp -a $src/pci.ids.gz $fs/usr/share/misc
    1.25 +}
    1.26 +