# HG changeset patch # User Hans-G?nter Theisgen # Date 1647943074 -3600 # Node ID 76fef350bd7e572c93aad254bd5cf8343a96a031 # Parent 72237c062f536491806102d836017fde3159b436 updated liblouis and liblouis-dev (3.13.0 -> 3.21.0) diff -r 72237c062f53 -r 76fef350bd7e liblouis-dev/receipt --- a/liblouis-dev/receipt Tue Mar 22 10:41:33 2022 +0100 +++ b/liblouis-dev/receipt Tue Mar 22 10:57:54 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="liblouis-dev" -VERSION="3.13.0" +VERSION="3.21.0" CATEGORY="utilities" LICENSE="GPL3" SHORT_DESC="Open-source braille translator and back-translator, development files." @@ -14,10 +14,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - mkdir -p $fs/usr/include - - cp -a $install/usr/lib/*.la $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/include/* $fs/usr/include + get_dev_files } diff -r 72237c062f53 -r 76fef350bd7e liblouis/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/liblouis/description.txt Tue Mar 22 10:57:54 2022 +0100 @@ -0,0 +1,8 @@ +The Liblouis software suite provides an open-source braille translator, +back-translator and formatter for a large number of languages and +braille codes. +It is a set of libraries designed for use in any of a number of +applications, both free and commercial. +It is written in C so that it does not require a runtime environment +and hence can be used in applications written in high-level languages +such as Java and Python. diff -r 72237c062f53 -r 76fef350bd7e liblouis/receipt --- a/liblouis/receipt Tue Mar 22 10:41:33 2022 +0100 +++ b/liblouis/receipt Tue Mar 22 10:57:54 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="liblouis" -VERSION="3.13.0" +VERSION="3.21.0" CATEGORY="utilities" LICENSE="GPL3" SHORT_DESC="Open-source braille translator and back-translator." @@ -28,16 +28,14 @@ --prefix=/usr \ --disable-static \ $CONFIGURE_ARGS && - make -j 1 && - make DESTDIR=$DESTDIR install + make && + make install DESTDIR=$DESTDIR } # 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/share $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_folders bin + cook_copy_folders share + cook_copy_files *.so* }