wok view libtorrent-dev/receipt @ rev 3236

Fix: rrdtool, enable perl site configuration
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri May 29 23:36:34 2009 +0200 (2009-05-29)
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 }