wok diff libwebp-dev/receipt @ rev 25624
Add opendkim
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 08 16:45:57 2023 +0000 (12 months ago) |
parents | 1c9d0ddcdeb7 |
children | 7a8b9cd09212 |
line diff
1.1 --- a/libwebp-dev/receipt Fri Mar 13 07:54:49 2020 +0100 1.2 +++ b/libwebp-dev/receipt Wed Nov 08 16:45:57 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libwebp-dev" 1.7 -VERSION="1.1.0" 1.8 +VERSION="1.2.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Webp image library - development files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,9 +16,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/lib/pkgconfig $fs/usr/lib 1.20 - cp -a $install/usr/include $fs/usr 1.21 + get_dev_files 1.22 }