wok annotate libtorrent-dev/receipt @ rev 24234
updated perl-log-agent (1.003 -> 1.005)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 07:02:12 2022 +0100 (2022-01-02) |
parents | 67c260ff0c86 |
children |
rev | line source |
---|---|
mimas@2018 | 1 # SliTaz package receipt. |
mimas@2018 | 2 |
mimas@2018 | 3 PACKAGE="libtorrent-dev" |
Hans-G?nter@23110 | 4 VERSION="0.13.8" |
mimas@2018 | 5 CATEGORY="development" |
mimas@2018 | 6 SHORT_DESC="Libtorrent development files." |
mimas@2018 | 7 MAINTAINER="mimas@slitaz.org" |
pascal@14718 | 8 LICENSE="GPL2" |
Hans-G?nter@21320 | 9 WEB_SITE="https://rakshasa.github.io/rtorrent/" |
Hans-G?nter@21320 | 10 |
Hans-G?nter@23110 | 11 DEPENDS="libtorrent pkg-config" |
Hans-G?nter@21322 | 12 WANTED="libtorrent" |
pascal@14718 | 13 |
mimas@2018 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2018 | 15 genpkg_rules() |
mimas@2018 | 16 { |
mimas@2018 | 17 mkdir -p $fs/usr/lib/pkgconfig |
Hans-G?nter@21320 | 18 |
Hans-G?nter@21320 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@21320 | 20 cp -a $install/usr/lib/*.*a $fs/usr/lib |
Hans-G?nter@21320 | 21 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig |
mimas@2018 | 22 } |