wok rev 24804

updated liblouis and liblouis-dev (3.13.0 -> 3.21.0)
author Hans-G?nter Theisgen
date Tue Mar 22 10:57:54 2022 +0100 (2022-03-22)
parents 72237c062f53
children 1dc83097496b
files liblouis-dev/receipt liblouis/description.txt liblouis/receipt
line diff
     1.1 --- a/liblouis-dev/receipt	Tue Mar 22 10:41:33 2022 +0100
     1.2 +++ b/liblouis-dev/receipt	Tue Mar 22 10:57:54 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="liblouis-dev"
     1.7 -VERSION="3.13.0"
     1.8 +VERSION="3.21.0"
     1.9  CATEGORY="utilities"
    1.10  LICENSE="GPL3"
    1.11  SHORT_DESC="Open-source braille translator and back-translator, development files."
    1.12 @@ -14,10 +14,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -	mkdir -p $fs/usr/include
    1.18 -
    1.19 -	cp -a $install/usr/lib/*.la		$fs/usr/lib
    1.20 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.21 -	cp -a $install/usr/include/*		$fs/usr/include
    1.22 +	get_dev_files
    1.23  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/liblouis/description.txt	Tue Mar 22 10:57:54 2022 +0100
     2.3 @@ -0,0 +1,8 @@
     2.4 +The Liblouis software suite provides an open-source braille translator,
     2.5 +back-translator and formatter for a large number of languages and
     2.6 +braille codes.
     2.7 +It is a set of libraries designed for use in any of a number of
     2.8 +applications, both free and commercial.
     2.9 +It is written in C so that it does not require a runtime environment
    2.10 +and hence can be used in applications written in high-level languages
    2.11 +such as Java and Python.
     3.1 --- a/liblouis/receipt	Tue Mar 22 10:41:33 2022 +0100
     3.2 +++ b/liblouis/receipt	Tue Mar 22 10:57:54 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="liblouis"
     3.7 -VERSION="3.13.0"
     3.8 +VERSION="3.21.0"
     3.9  CATEGORY="utilities"
    3.10  LICENSE="GPL3"
    3.11  SHORT_DESC="Open-source braille translator and back-translator."
    3.12 @@ -28,16 +28,14 @@
    3.13  		--prefix=/usr		\
    3.14  		--disable-static	\
    3.15  		$CONFIGURE_ARGS &&
    3.16 -	make -j 1 &&
    3.17 -	make DESTDIR=$DESTDIR install
    3.18 +	make &&
    3.19 +	make install DESTDIR=$DESTDIR
    3.20  }
    3.21  
    3.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.23  genpkg_rules()
    3.24  {
    3.25 -	mkdir -p $fs/usr/lib
    3.26 -
    3.27 -	cp -a $install/usr/bin		$fs/usr
    3.28 -	cp -a $install/usr/share	$fs/usr
    3.29 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.30 +	cook_copy_folders	bin
    3.31 +	cook_copy_folders	share
    3.32 +	cook_copy_files		*.so*
    3.33  }