wok view libtorrent-dev/receipt @ rev 21320

updated libtorrent and libtorrent-dev (0.13.3 -> 0.13.7)
author Hans-G?nter Theisgen
date Fri Apr 19 07:28:58 2019 +0100 (2019-04-19)
parents b18dfc65984c
children 86c2b49d0dc6
line source
1 # SliTaz package receipt.
3 PACKAGE="libtorrent-dev"
4 VERSION="0.13.7"
5 CATEGORY="development"
6 SHORT_DESC="Libtorrent development files."
7 MAINTAINER="mimas@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://rakshasa.github.io/rtorrent/"
11 WANTED="libtorrent"
12 DEPENDS="libtorrent pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/pkgconfig
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
22 }