wok-current rev 24711
updated leptonica and leptonica-dev (1.79.0 -> 1.82.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 14 17:39:23 2022 +0100 (2022-03-14) |
parents | 59786a4f765e |
children | 146694a9ddfa |
files | lensfun-dev/receipt leptonica-dev/receipt leptonica/description.txt leptonica/receipt |
line diff
1.1 --- a/lensfun-dev/receipt Mon Mar 14 17:20:03 2022 +0100 1.2 +++ b/lensfun-dev/receipt Mon Mar 14 17:39:23 2022 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lensfun-dev" 1.7 -VERSION="0.3.2" 1.8 +VERSION="0.3.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Development files for lensfun." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="LGPL3 GPL3" 1.13 -WEB_SITE="https://sourceforge.net/projects/lensfun/" 1.14 +WEB_SITE="https://lensfun.github.io/" 1.15 1.16 WANTED="lensfun" 1.17 DEPENDS="lensfun pkg-config" 1.18 @@ -14,8 +14,6 @@ 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib 1.23 - 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.26 + cook_copy_folders include 1.27 + cook_copy_folders pkgconfig 1.28 }
2.1 --- a/leptonica-dev/receipt Mon Mar 14 17:20:03 2022 +0100 2.2 +++ b/leptonica-dev/receipt Mon Mar 14 17:39:23 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="leptonica-dev" 2.7 -VERSION="1.79.0" 2.8 +VERSION="1.82.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Software for image processing and image analysis applications, development files." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -15,10 +15,6 @@ 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 - mkdir -p $fs/usr/lib 2.17 - 2.18 - cp -a $install/usr/include $fs/usr 2.19 - cp -a $install/usr/lib/*a $fs/usr/lib 2.20 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 2.21 + get_dev_files 2.22 } 2.23
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/leptonica/description.txt Mon Mar 14 17:39:23 2022 +0100 3.3 @@ -0,0 +1,3 @@ 3.4 +Leptonica is a pedagogically-oriented open source library containing 3.5 +software that is broadly useful for image processing and image 3.6 +analysis applications.
4.1 --- a/leptonica/receipt Mon Mar 14 17:20:03 2022 +0100 4.2 +++ b/leptonica/receipt Mon Mar 14 17:39:23 2022 +0100 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="leptonica" 4.7 -VERSION="1.79.0" 4.8 +VERSION="1.82.0" 4.9 CATEGORY="graphics" 4.10 SHORT_DESC="Software for image processing and image analysis applications." 4.11 MAINTAINER="pascal.bellard@slitaz.org" 4.12 @@ -36,8 +36,6 @@ 4.13 # Rules to gen a SliTaz package suitable for Tazpkg. 4.14 genpkg_rules() 4.15 { 4.16 - mkdir -p $fs/usr/lib 4.17 - 4.18 - cp -a $install/usr/bin $fs/usr 4.19 - cp -a $install/usr/lib/*.so* $fs/usr/lib 4.20 + cook_copy_folders bin 4.21 + cook_copy_files *.so* 4.22 }