wok-6.x annotate libtorrent-dev/receipt @ rev 12577
openldap: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 28 20:47:56 2012 +0200 (2012-04-28) |
parents | 3541e02e9ad4 |
children | 6eff489aa802 |
rev | line source |
---|---|
mimas@2018 | 1 # SliTaz package receipt. |
mimas@2018 | 2 |
mimas@2018 | 3 PACKAGE="libtorrent-dev" |
slaxemulator@11155 | 4 VERSION="0.12.9" |
mimas@2018 | 5 CATEGORY="development" |
mimas@2018 | 6 SHORT_DESC="Libtorrent development files." |
mimas@2018 | 7 MAINTAINER="mimas@slitaz.org" |
slaxemulator@11155 | 8 DEPENDS="libtorrent" |
mimas@2018 | 9 WANTED="libtorrent" |
mimas@2018 | 10 WEB_SITE="http://libtorrent.rakshasa.no/" |
mimas@2018 | 11 |
mimas@2018 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2018 | 13 genpkg_rules() |
mimas@2018 | 14 { |
mimas@2018 | 15 mkdir -p $fs/usr/lib/pkgconfig |
mimas@2018 | 16 cp -a $_pkg/usr/include $fs/usr |
mimas@2018 | 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
mimas@2018 | 18 cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig |
mimas@2018 | 19 } |