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

texinfo: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 08:02:26 2011 +0000 (2011-05-24)
parents c343f13ff37f
children b953f0236140
line source
1 # SliTaz package receipt.
3 PACKAGE="libtorrent-rasterbar-dev"
4 VERSION="0.15.6"
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 }