wok-6.x view coturn-dev/receipt @ rev 24313
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 21 10:59:24 2022 +0000 (2022-01-21) |
parents | |
children | 60d5e8ab6201 |
line source
1 # SliTaz package receipt.
3 PACKAGE="coturn-dev"
4 VERSION="4.5.1.3"
5 CATEGORY="development"
6 SHORT_DESC="Free open source implementation of TURN and STUN Server, development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/coturn/coturn"
10 WANTED="coturn"
12 DEPENDS="coturn"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 }