wok-next view stund/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents e30611c357f2
children 7506b35e1c6f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="stund"
4 VERSION="0.97"
5 CATEGORY="network"
6 SHORT_DESC="Simple STUN server and client"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://sourceforge.net/projects/stun/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="$SF_MIRROR/stun/$TARBALL"
14 compile_rules() {
15 make || return 1
17 install -Dm755 $src/server $install/usr/bin/stunserver
18 install -Dm755 $src/client $install/usr/bin/stunclient
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="gcc-lib-base"
24 }