wok diff libraw1394-dev/receipt @ rev 23501
updated python-jinja2 (2.7 -> 2.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:57:27 2020 +0100 (2020-04-06) |
parents | 8685ee90f6aa |
children | e6abe3abd527 |
line diff
1.1 --- a/libraw1394-dev/receipt Fri Feb 15 11:29:31 2019 +0100 1.2 +++ b/libraw1394-dev/receipt Mon Apr 06 07:57:27 2020 +0100 1.3 @@ -1,22 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libraw1394-dev" 1.7 -VERSION="2.0.7" 1.8 +VERSION="2.1.2" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="IEEE 1394 static library and devel files." 1.11 +SHORT_DESC="IEEE 1394 static library and development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 -WANTED="libraw1394" 1.15 WEB_SITE="https://ieee1394.wiki.kernel.org/index.php/Main_Page" 1.16 1.17 +WANTED="libraw1394" 1.18 DEPENDS="libraw1394 pkg-config" 1.19 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 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.26 + 1.27 + cp -a $install/usr/include $fs/usr 1.28 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.29 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 } 1.31 -