wok-next annotate libtorrent-dev/receipt @ rev 9355
Up: xlockmore to 5.33.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Mar 19 22:07:43 2011 +0000 (2011-03-19) |
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 } |