# HG changeset patch # User Pascal Bellard # Date 1467188956 -7200 # Node ID 03f41e84820241a2764ee5958d0113536b0d532c # Parent 72f4278c6091d88cba3350737440e6b45fd8519e pciids, usbids: recompress with advdef diff -r 72f4278c6091 -r 03f41e848202 pciids/receipt --- a/pciids/receipt Wed Jun 29 10:23:28 2016 +0200 +++ b/pciids/receipt Wed Jun 29 10:29:16 2016 +0200 @@ -11,6 +11,14 @@ WGET_URL="${WEB_SITE}v2.2/pci.ids.gz" HOST_ARCH="i486 arm" +BUILD_DEPENDS="advdef" + +# Rules to configure and make the package. +compile_rules() +{ + advdef -z4 pci-$VERSION.ids.gz +} + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 72f4278c6091 -r 03f41e848202 usbids/receipt --- a/usbids/receipt Wed Jun 29 10:23:28 2016 +0200 +++ b/usbids/receipt Wed Jun 29 10:29:16 2016 +0200 @@ -11,6 +11,14 @@ WGET_URL="${WEB_SITE}usb.ids.gz" HOST_ARCH="i486 arm" +BUILD_DEPENDS="advdef" + +# Rules to configure and make the package. +compile_rules() +{ + advdef -z4 usb-$VERSION.ids.gz +} + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() {