wok-next diff usbids/receipt @ rev 16708
squidguard: Add squid 3.4.x support
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 28 23:59:33 2014 +0200 (2014-05-28) |
parents | f13bd223c231 |
children | 1efb4b8ecf3d |
line diff
1.1 --- a/usbids/receipt Sat Dec 07 14:51:10 2013 +0000 1.2 +++ b/usbids/receipt Wed May 28 23:59:33 2014 +0200 1.3 @@ -1,24 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="usbids" 1.7 -VERSION="20130310" 1.8 +VERSION="20140315" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="usb.ids file" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="PublicDomain" 1.13 -DEPENDS="" 1.14 TARBALL="usb-$VERSION.ids" 1.15 WEB_SITE="http://www.linux-usb.org/" 1.16 WGET_URL="${WEB_SITE}usb.ids" 1.17 +HOST_ARCH="i486 arm" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/share/misc 1.23 cp -a $src/usb-$VERSION.ids $fs/usr/share/misc/usb.ids 1.24 - gzip $fs/usr/share/misc/usb.ids 1.25 - # lsusb from usbutils needs this symlink to find usb.ids 1.26 - cd $fs/usr/share 1.27 - ln -s /usr/share/misc/usb.ids.gz 1.28 + gzip $fs/usr/share/misc/usb.ids 1.29 } 1.30