wok diff ladspa-dev/receipt @ rev 25456
BootProg: fix fat16 case
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 22 14:50:47 2022 +0000 (2022-09-22) |
parents | 4dece1e32570 |
children |
line diff
1.1 --- a/ladspa-dev/receipt Sat Mar 16 16:48:49 2019 +0100 1.2 +++ b/ladspa-dev/receipt Thu Sep 22 14:50:47 2022 +0000 1.3 @@ -1,20 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ladspa-dev" 1.7 -VERSION="1.15" 1.8 +VERSION="1.17" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="ladspa development files." 1.11 +SHORT_DESC="Ladspa development files." 1.12 MAINTAINER="jozee@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 WEB_SITE="https://www.ladspa.org/" 1.15 1.16 +DEPENDS="ladspa" 1.17 WANTED="ladspa" 1.18 1.19 -DEPENDS="ladspa" 1.20 - 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr 1.25 - cp -a $install/usr/include $fs/usr 1.26 + cook_copy_folders include 1.27 }