wok view libtorrent-dev/receipt @ rev 11247

Down: libwebkit to 1.6.1. 1.6.1 is stable version of libwebkit that we should be using.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 07 04:34:22 2011 +0000 (2011-11-07)
parents 3541e02e9ad4
children 6eff489aa802
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 }