wok-6.x view libtorrent-dev/receipt @ rev 5985
gdb-dev: Update to remove files already included by binutils
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Sat Aug 14 00:25:26 2010 +0000 (2010-08-14) |
parents | facd37b25355 |
children | 3541e02e9ad4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libtorrent-dev"
4 VERSION="0.12.5"
5 CATEGORY="development"
6 SHORT_DESC="Libtorrent development files."
7 MAINTAINER="mimas@slitaz.org"
8 WANTED="libtorrent"
9 WEB_SITE="http://libtorrent.rakshasa.no/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib/pkgconfig
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
18 }