wok diff libjpeg-turbo-dev/receipt @ rev 25508
Up memtest (6.10)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 12 10:26:56 2023 +0000 (21 months ago) |
parents | 64d013f1415a |
children |
line diff
1.1 --- a/libjpeg-turbo-dev/receipt Sat Feb 29 15:06:29 2020 +0100 1.2 +++ b/libjpeg-turbo-dev/receipt Sun Feb 12 10:26:56 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libjpeg-turbo-dev" 1.7 -VERSION="2.0.4" 1.8 +VERSION="2.1.3" 1.9 CATEGORY="x-window" 1.10 TAGS="jpeg jpg" 1.11 SHORT_DESC="JPEG image libraries - development files." 1.12 @@ -15,8 +15,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib 1.17 - 1.18 - cp -a $install/usr/lib/*a $fs/usr/lib 1.19 - cp -a $install/usr/include $fs/usr 1.20 + get_dev_files 1.21 }