# HG changeset patch # User Hans-G?nter Theisgen # Date 1647275963 -3600 # Node ID 2cd3f255f983f7e0e9a40cbd848ee0866037adb1 # Parent 59786a4f765e5c5e269ec32fd6a090babf551846 updated leptonica and leptonica-dev (1.79.0 -> 1.82.0) diff -r 59786a4f765e -r 2cd3f255f983 lensfun-dev/receipt --- a/lensfun-dev/receipt Mon Mar 14 17:20:03 2022 +0100 +++ b/lensfun-dev/receipt Mon Mar 14 17:39:23 2022 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="lensfun-dev" -VERSION="0.3.2" +VERSION="0.3.3" CATEGORY="development" SHORT_DESC="Development files for lensfun." MAINTAINER="slaxemulator@gmail.com" LICENSE="LGPL3 GPL3" -WEB_SITE="https://sourceforge.net/projects/lensfun/" +WEB_SITE="https://lensfun.github.io/" WANTED="lensfun" DEPENDS="lensfun pkg-config" @@ -14,8 +14,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cook_copy_folders include + cook_copy_folders pkgconfig } diff -r 59786a4f765e -r 2cd3f255f983 leptonica-dev/receipt --- a/leptonica-dev/receipt Mon Mar 14 17:20:03 2022 +0100 +++ b/leptonica-dev/receipt Mon Mar 14 17:39:23 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="leptonica-dev" -VERSION="1.79.0" +VERSION="1.82.0" CATEGORY="development" SHORT_DESC="Software for image processing and image analysis applications, development files." MAINTAINER="pascal.bellard@slitaz.org" @@ -15,10 +15,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + get_dev_files } diff -r 59786a4f765e -r 2cd3f255f983 leptonica/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/leptonica/description.txt Mon Mar 14 17:39:23 2022 +0100 @@ -0,0 +1,3 @@ +Leptonica is a pedagogically-oriented open source library containing +software that is broadly useful for image processing and image +analysis applications. diff -r 59786a4f765e -r 2cd3f255f983 leptonica/receipt --- a/leptonica/receipt Mon Mar 14 17:20:03 2022 +0100 +++ b/leptonica/receipt Mon Mar 14 17:39:23 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="leptonica" -VERSION="1.79.0" +VERSION="1.82.0" CATEGORY="graphics" SHORT_DESC="Software for image processing and image analysis applications." MAINTAINER="pascal.bellard@slitaz.org" @@ -36,8 +36,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_folders bin + cook_copy_files *.so* }