wok diff libsixel-dev/receipt @ rev 24955
updated nano and nano-doc (4.8 -> 6.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 23 16:34:46 2022 +0100 (2022-04-23) |
parents | 8b0034a7d8ca |
children |
line diff
1.1 --- a/libsixel-dev/receipt Thu Mar 12 10:17:14 2020 +0100 1.2 +++ b/libsixel-dev/receipt Sat Apr 23 16:34:46 2022 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libsixel-dev" 1.7 -VERSION="1.8.6" 1.8 +VERSION="1.10.3" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="A SIXEL encoder and decoder implementation derived from kmiya's sixel, development files." 1.11 +SHORT_DESC="A SIXEL encoder and decoder implementation derived from kmiya's sixel, development files" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="MIT" 1.14 -WEB_SITE="https://github.com/saitoha/libsixel" 1.15 +WEB_SITE="https://github.com/libsixel/libsixel" 1.16 1.17 DEPENDS="libsixel pkg-config" 1.18 WANTED="libsixel" 1.19 @@ -14,9 +14,5 @@ 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr/lib 1.24 - 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/*a $fs/usr/lib 1.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 + get_dev_files 1.29 }