wok diff libgphoto2-dev/receipt @ rev 24749
cairo: modified lookup-symbol.c for binutils-2.37
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 16 17:06:35 2022 +0100 (2022-03-16) |
parents | 9613ce9a98f2 |
children |
line diff
1.1 --- a/libgphoto2-dev/receipt Tue Mar 10 07:54:37 2020 +0100 1.2 +++ b/libgphoto2-dev/receipt Wed Mar 16 17:06:35 2022 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgphoto2-dev" 1.7 -VERSION="2.5.24" 1.8 +VERSION="2.5.29" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="libgphoto2 - development files." 1.11 +SHORT_DESC="Libgphoto2 - development files." 1.12 MAINTAINER="jozee@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 WEB_SITE="http://www.gphoto.org" 1.15 @@ -14,12 +14,10 @@ 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/include $fs/usr 1.22 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.23 - cp -a $install/usr/lib/*.*a $fs/usr/lib/ 1.24 - cp -a $install/usr/lib/libgphoto2_port $fs/usr/lib/ 1.25 + cook_copy_folders include 1.26 + cook_copy_folders pkgconfig 1.27 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.28 + cp -a $install/usr/lib/libgphoto2_port $fs/usr/lib 1.29 1.30 # remove *.so files 1.31 find $fs/usr/lib -name "*.so*" -exec rm -f {} \; 2> /dev/null