wok-stable view libtorrent-dev/receipt @ rev 12458

x11vnc: update X11VNC_OPTIONS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 28 14:33:41 2016 +0100 (2016-12-28)
parents 3541e02e9ad4
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libtorrent-dev"
4 VERSION="0.12.9"
5 CATEGORY="development"
6 SHORT_DESC="Libtorrent development files."
7 MAINTAINER="mimas@slitaz.org"
8 DEPENDS="libtorrent"
9 WANTED="libtorrent"
10 WEB_SITE="http://libtorrent.rakshasa.no/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/pkgconfig
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
19 }