wok-current diff libcap-dev/receipt @ rev 25726
Fix xorg-server dep, add libffado, ffado-tools
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Nov 05 13:39:06 2024 +0000 (2 months ago) |
parents | a23978bfa665 |
children | 5926178cd6fa |
line diff
1.1 --- a/libcap-dev/receipt Wed Oct 11 18:45:46 2023 +0000 1.2 +++ b/libcap-dev/receipt Tue Nov 05 13:39:06 2024 +0000 1.3 @@ -16,6 +16,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - cook_copy_folders include 1.8 - cook_copy_files *.a 1.9 + mkdir -p $fs/usr/share 1.10 + 1.11 + cp -a $install/usr/include $fs/usr 1.12 + cp -a $install/lib/pkgconfig $fs/usr/share 1.13 }