wok-next rev 19247
pciids, usbids: recompress with advdef
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 29 10:29:16 2016 +0200 (2016-06-29) |
parents | 72f4278c6091 |
children | d5d1aacad4ba |
files | pciids/receipt usbids/receipt |
line diff
1.1 --- a/pciids/receipt Wed Jun 29 10:23:28 2016 +0200 1.2 +++ b/pciids/receipt Wed Jun 29 10:29:16 2016 +0200 1.3 @@ -11,6 +11,14 @@ 1.4 WGET_URL="${WEB_SITE}v2.2/pci.ids.gz" 1.5 HOST_ARCH="i486 arm" 1.6 1.7 +BUILD_DEPENDS="advdef" 1.8 + 1.9 +# Rules to configure and make the package. 1.10 +compile_rules() 1.11 +{ 1.12 + advdef -z4 pci-$VERSION.ids.gz 1.13 +} 1.14 + 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 {
2.1 --- a/usbids/receipt Wed Jun 29 10:23:28 2016 +0200 2.2 +++ b/usbids/receipt Wed Jun 29 10:29:16 2016 +0200 2.3 @@ -11,6 +11,14 @@ 2.4 WGET_URL="${WEB_SITE}usb.ids.gz" 2.5 HOST_ARCH="i486 arm" 2.6 2.7 +BUILD_DEPENDS="advdef" 2.8 + 2.9 +# Rules to configure and make the package. 2.10 +compile_rules() 2.11 +{ 2.12 + advdef -z4 usb-$VERSION.ids.gz 2.13 +} 2.14 + 2.15 # Rules to gen a SliTaz package suitable for Tazpkg. 2.16 genpkg_rules() 2.17 {