wok-next view stund/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }