wok annotate 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
rev   line source
slaxemulator@6730 1 # SliTaz package receipt.
slaxemulator@6730 2
slaxemulator@6730 3 PACKAGE="libtorrent-rasterbar-dev"
slaxemulator@6730 4 VERSION="0.15.4"
slaxemulator@6730 5 CATEGORY="development"
slaxemulator@6730 6 SHORT_DESC="devel files for libtorrent-rasterbar"
slaxemulator@6730 7 MAINTAINER="slaxemulator@gmail.com"
slaxemulator@6730 8 DEPENDS="libtorrent-rasterbar"
slaxemulator@6730 9 WEB_SITE="http://www.rasterbar.com/products/libtorrent/"
slaxemulator@6730 10 WANTED="libtorrent-rasterbar"
slaxemulator@6730 11
slaxemulator@6730 12 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@6730 13 genpkg_rules()
slaxemulator@6730 14 {
slaxemulator@6730 15 mkdir -p $fs/usr/lib
slaxemulator@6730 16 cp -a $_pkg/usr/include $fs/usr
slaxemulator@6730 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
slaxemulator@6730 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
slaxemulator@6730 19 }
slaxemulator@6730 20