wok-current diff i2c-tools-dev/receipt @ rev 25733
Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 16:13:23 2024 +0000 (7 days ago) |
parents | aa5746f046ec |
children |
line diff
1.1 --- a/i2c-tools-dev/receipt Mon Mar 11 16:46:05 2019 +0100 1.2 +++ b/i2c-tools-dev/receipt Fri Dec 20 16:13:23 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="i2c-tools-dev" 1.7 -VERSION="4.1" 1.8 +VERSION="4.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="I2C tools - development files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,11 +9,12 @@ 1.13 WEB_SITE="https://i2c.wiki.kernel.org/index.php/I2C_Tools" 1.14 1.15 WANTED="i2c-tools" 1.16 + 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 1.23 - cp -a $install/usr/include $fs/usr 1.24 + cook_copy_folders include 1.25 + cook_copy_files *.*a 1.26 }