wok annotate libtorrent-dev/receipt @ rev 6244

Up: libtorrent, libtorrent-dev to 0.12.6. rtorrent to 0.8.6.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Sep 12 14:30:08 2010 +0000 (2010-09-12)
parents e5f66f079609
children e8dfa7a938d8
rev   line source
mimas@2018 1 # SliTaz package receipt.
mimas@2018 2
mimas@2018 3 PACKAGE="libtorrent-dev"
slaxemulator@6244 4 VERSION="0.12.6"
mimas@2018 5 CATEGORY="development"
mimas@2018 6 SHORT_DESC="Libtorrent development files."
mimas@2018 7 MAINTAINER="mimas@slitaz.org"
mimas@2018 8 WANTED="libtorrent"
mimas@2018 9 WEB_SITE="http://libtorrent.rakshasa.no/"
mimas@2018 10
mimas@2018 11 # Rules to gen a SliTaz package suitable for Tazpkg.
mimas@2018 12 genpkg_rules()
mimas@2018 13 {
mimas@2018 14 mkdir -p $fs/usr/lib/pkgconfig
mimas@2018 15 cp -a $_pkg/usr/include $fs/usr
mimas@2018 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
mimas@2018 17 cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
mimas@2018 18 }