wok diff lensfun-dev/receipt @ rev 24626
Update some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 07 17:32:18 2022 +0000 (2022-03-07) |
parents | eeba7ab1dffe |
children | 2cd3f255f983 |
line diff
1.1 --- a/lensfun-dev/receipt Thu Jan 24 18:16:34 2019 +0100 1.2 +++ b/lensfun-dev/receipt Mon Mar 07 17:32:18 2022 +0000 1.3 @@ -1,21 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lensfun-dev" 1.7 -VERSION="0.2.5" 1.8 +VERSION="0.3.2" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="devel files for lensfun" 1.11 +SHORT_DESC="Development files for lensfun." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="LGPL3 GPL3" 1.14 -WEB_SITE="http://lensfun.sourceforge.net/" 1.15 +WEB_SITE="https://sourceforge.net/projects/lensfun/" 1.16 + 1.17 WANTED="lensfun" 1.18 - 1.19 DEPENDS="lensfun pkg-config" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 + 1.28 + cp -a $install/usr/include $fs/usr 1.29 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 } 1.31 -