wok diff usbids/receipt @ rev 18180

busybox: add /bin/ip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 05 16:27:51 2015 +0200 (2015-07-05)
parents fadc64b65b26
children 03f41e848202
line diff
     1.1 --- a/usbids/receipt	Fri Aug 15 00:06:08 2014 +0000
     1.2 +++ b/usbids/receipt	Sun Jul 05 16:27:51 2015 +0200
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="usbids"
     1.7 -VERSION="20140731"
     1.8 +VERSION="20150331"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="usb.ids file"
    1.11 +SHORT_DESC="List of USB ID's"
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="PublicDomain"
    1.14  WEB_SITE="http://www.linux-usb.org/"
    1.15 -TARBALL="usb-$VERSION.ids"
    1.16 -WGET_URL="${WEB_SITE}usb.ids"
    1.17 +TARBALL="usb-$VERSION.ids.gz"
    1.18 +WGET_URL="${WEB_SITE}usb.ids.gz"
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/share/misc
    1.25 -	gzip -c $src/usb-$VERSION.ids > $fs/usr/share/misc/usb.ids.gz
    1.26 +	cp $src/usb-$VERSION.ids.gz $fs/usr/share/misc/usb.ids.gz
    1.27  }