wok-next view stund/receipt @ rev 21695

updated gob2 (2.0.17 -> 2.0.20)
author Hans-G?nter Theisgen
date Tue Jun 30 15:37:32 2020 +0100 (2020-06-30)
parents da9e80c5d4bb
children
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="https://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 }