wok diff liblouis-dev/receipt @ rev 25002

updated nrg2iso (0.4 -> 0.4.1)
author Hans-G?nter Theisgen
date Mon May 16 14:45:30 2022 +0100 (2022-05-16)
parents 0414f5096d7f
children 7f7bd3c9775e
line diff
     1.1 --- a/liblouis-dev/receipt	Tue Mar 10 17:37:42 2020 +0100
     1.2 +++ b/liblouis-dev/receipt	Mon May 16 14:45:30 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  }