wok view coturn-dev/receipt @ rev 23914

Add linux-mmc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 16 17:34:09 2020 +0000 (2020-08-16)
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 }