wok diff pcre-dev/receipt @ rev 25556
created recipes for nted and nted-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 22 14:54:15 2023 +0100 (18 months ago) |
parents | ab547e2cda64 |
children |
line diff
1.1 --- a/pcre-dev/receipt Sun Mar 29 10:25:23 2020 +0100 1.2 +++ b/pcre-dev/receipt Sat Apr 22 14:54:15 2023 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcre-dev" 1.7 -VERSION="8.44" 1.8 +VERSION="8.45" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl Compatible Regular Expressions, development files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,8 +16,8 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - cp -a $install/* $fs 1.17 - 1.18 - rm $fs/usr/lib/*.so* 1.19 - rm -r $fs/usr/share 1.20 + cook_copy_folders bin 1.21 + cook_copy_folders include 1.22 + cook_copy_folders pkgconfig 1.23 + cook_copy_files *.*a 1.24 }