wok view libtorrent-dev/receipt @ rev 2218

Remove libtag
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 12 08:58:48 2009 +0000 (2009-02-12)
parents
children e5f66f079609
line source
1 # SliTaz package receipt.
3 PACKAGE="libtorrent-dev"
4 VERSION="0.12.4"
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 }