wok-6.x diff libtorrent-rasterbar-dev/receipt @ rev 21705
updated proot (3.2.2 -> 5.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 06 17:38:24 2019 +0100 (2019-06-06) |
parents | 6e8b1bcb30e2 |
children | 2a63ec277b0d |
line diff
1.1 --- a/libtorrent-rasterbar-dev/receipt Thu Jan 24 11:33:03 2019 +0100 1.2 +++ b/libtorrent-rasterbar-dev/receipt Thu Jun 06 17:38:24 2019 +0100 1.3 @@ -1,23 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libtorrent-rasterbar-dev" 1.7 -VERSION="0.16.13" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="devel files for libtorrent-rasterbar" 1.11 +SHORT_DESC="Development files for libtorrent-rasterbar." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="BSD" 1.14 WEB_SITE="https://www.rasterbar.com/products/libtorrent/" 1.15 + 1.16 WANTED="libtorrent-rasterbar" 1.17 - 1.18 -DEPENDS="libtorrent-rasterbar libboost-math-dev libboost-thread-dev \ 1.19 -libboost-filesystem-dev zlib-dev pkg-config" 1.20 +DEPENDS="libboost-filesystem-dev libboost-math-dev libboost-thread-dev \ 1.21 + libtorrent-rasterbar pkg-config zlib-dev" 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 mkdir -p $fs/usr/lib 1.27 - cp -a $install/usr/include $fs/usr 1.28 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.29 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.30 + 1.31 + cp -a $install/usr/include $fs/usr 1.32 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.33 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.34 } 1.35 -