wok-next annotate stund/receipt @ rev 20503

Packing...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 16 06:03:21 2018 +0200 (2018-03-16)
parents e30611c357f2
children 7506b35e1c6f
rev   line source
al@20503 1 # SliTaz package receipt v2.
pascal@15868 2
pascal@15868 3 PACKAGE="stund"
pascal@15868 4 VERSION="0.97"
pascal@15868 5 CATEGORY="network"
al@20503 6 SHORT_DESC="Simple STUN server and client"
pascal@15868 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15868 8 LICENSE="other"
al@20503 9 WEB_SITE="http://sourceforge.net/projects/stun/"
al@20503 10
pascal@15868 11 TARBALL="$PACKAGE-$VERSION.tgz"
pascal@15868 12 WGET_URL="$SF_MIRROR/stun/$TARBALL"
pascal@15868 13
al@20503 14 compile_rules() {
al@20503 15 make || return 1
pascal@15868 16
al@20503 17 install -Dm755 $src/server $install/usr/bin/stunserver
al@20503 18 install -Dm755 $src/client $install/usr/bin/stunclient
pascal@15868 19 }
pascal@15868 20
al@20503 21 genpkg_rules() {
al@20503 22 copy @std
al@20503 23 DEPENDS="gcc-lib-base"
pascal@15868 24 }