wok diff jbig2dec/receipt @ rev 25760
created recipes for thunar-archive-plugin-lang and thunar-volman-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sun Sep 01 15:08:01 2024 +0100 (5 months ago) |
parents | ac8ca9758df1 |
children |
line diff
1.1 --- a/jbig2dec/receipt Sat Jan 15 15:21:40 2022 +0000 1.2 +++ b/jbig2dec/receipt Sun Sep 01 15:08:01 2024 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="jbig2dec" 1.7 -VERSION="0.18" 1.8 +VERSION="0.19" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Decoder implementation of the JBIG2 image compressiong format." 1.11 +SHORT_DESC="Decoder implementation of the JBIG2 image compression format." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="GPL3" 1.14 WEB_SITE="https://github.com/ArtifexSoftware/jbig2dec" 1.15 @@ -34,8 +34,6 @@ 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - mkdir -p $fs/usr/lib 1.20 - 1.21 - cp -a $install/usr/bin $fs/usr 1.22 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.23 + cook_copy_folders bin 1.24 + cook_copy_files *.so* 1.25 }