wok annotate coturn-dev/receipt @ rev 25624
Add opendkim
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 08 16:45:57 2023 +0000 (12 months ago) |
parents | 78bc4b109dd6 |
children |
rev | line source |
---|---|
pascal@23890 | 1 # SliTaz package receipt. |
pascal@23890 | 2 |
pascal@23890 | 3 PACKAGE="coturn-dev" |
Hans-G?nter@24438 | 4 VERSION="4.5.2" |
pascal@23890 | 5 CATEGORY="development" |
Hans-G?nter@24438 | 6 SHORT_DESC="Free open source implementation of TURN and STUN Server, development files." |
pascal@23890 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@23890 | 8 LICENSE="BSD" |
pascal@23890 | 9 WEB_SITE="https://github.com/coturn/coturn" |
pascal@23890 | 10 |
pascal@23890 | 11 DEPENDS="coturn" |
Hans-G?nter@24438 | 12 WANTED="coturn" |
pascal@23890 | 13 |
pascal@23890 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@23890 | 15 genpkg_rules() |
pascal@23890 | 16 { |
Hans-G?nter@24438 | 17 cook_copy_folders include |
Hans-G?nter@24438 | 18 cook_copy_files *.*a |
pascal@23890 | 19 } |