wok-next annotate stuntman/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents a244e109372e
children 2d6e331ef0e0
rev   line source
al@19765 1 # SliTaz package receipt v2.
pascal@15867 2
pascal@15867 3 PACKAGE="stuntman"
al@19765 4 VERSION="1.2.13"
pascal@15867 5 CATEGORY="network"
al@19765 6 SHORT_DESC="STUN protocol (Session Traversal Utilities for NAT)"
pascal@15867 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15867 8 LICENSE="Apache"
pascal@15867 9 WEB_SITE="http://www.stunprotocol.org/"
pascal@15867 10
al@19765 11 TARBALL="stunserver-$VERSION.tgz"
al@19765 12 WGET_URL="${WEB_SITE}$TARBALL"
al@19765 13
al@20915 14 BUILD_DEPENDS="boost-dev openssl-dev zlib-dev"
pascal@15867 15
al@21020 16 compile_rules() {
pascal@15867 17 make
al@19765 18
al@19765 19 mkdir -p $install/usr/bin
al@19765 20 cp -a stunserver stunclient stuntestcode $install/usr/bin
al@19765 21 cook_pick_manpages resources/stunclient.1 resources/stunserver.1
pascal@15867 22 }
pascal@15867 23
al@21020 24 genpkg_rules() {
al@19765 25 copy @std
al@20453 26 DEPENDS="openssl zlib"
pascal@15867 27 }