wok diff c-ares-dev/receipt @ rev 25473
created recipe for get-java8-jre
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 12 10:36:11 2022 +0100 (2022-10-12) |
parents | e2992e6e76c9 |
children | c370be1be30e |
line diff
1.1 --- a/c-ares-dev/receipt Tue Feb 12 16:15:27 2019 +0100 1.2 +++ b/c-ares-dev/receipt Wed Oct 12 10:36:11 2022 +0100 1.3 @@ -1,21 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="c-ares-dev" 1.7 -VERSION="1.15.0" 1.8 +VERSION="1.18.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A C library for asynchronous DNS requests, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 -WEB_SITE="https://c-ares.haxx.se/" 1.14 +WEB_SITE="https://c-ares.org/" 1.15 1.16 +DEPENDS="c-ares pkg-config" 1.17 WANTED="c-ares" 1.18 -DEPENDS="c-ares pkg-config" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib/*a $fs/usr/lib 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 + cook_copy_folders include 1.28 + cook_copy_folders pkgconfig 1.29 + cook_copy_files *.*a 1.30 }