wok diff libzip-dev/receipt @ rev 25407
updated wayland and wayland-dev (1.4.0 -> 1.21.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Aug 03 16:34:53 2022 +0100 (2022-08-03) |
parents | 779187465f62 |
children |
line diff
1.1 --- a/libzip-dev/receipt Fri Mar 13 10:58:13 2020 +0100 1.2 +++ b/libzip-dev/receipt Wed Aug 03 16:34:53 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libzip-dev" 1.7 -VERSION="1.6.1" 1.8 +VERSION="1.8.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="C library for reading, creating, and modifying zip archives - development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -16,8 +16,6 @@ 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/include $fs/usr 1.19 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.20 + cook_copy_folders include 1.21 + cook_copy_folders pkgconfig 1.22 }