wok view libtorrent-rasterbar-dev/receipt @ rev 8302

Fix: check_module.sh (into linux stuff) modified to works with tazwok-experimental
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 01 02:51:09 2011 +0100 (2011-02-01)
parents
children c343f13ff37f
line source
1 # SliTaz package receipt.
3 PACKAGE="libtorrent-rasterbar-dev"
4 VERSION="0.15.4"
5 CATEGORY="development"
6 SHORT_DESC="devel files for libtorrent-rasterbar"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="libtorrent-rasterbar"
9 WEB_SITE="http://www.rasterbar.com/products/libtorrent/"
10 WANTED="libtorrent-rasterbar"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 }