wok-next view stuntman/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 2f3aba6cc31e
children a244e109372e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="stuntman"
4 VERSION="1.2.13"
5 CATEGORY="network"
6 SHORT_DESC="STUN protocol (Session Traversal Utilities for NAT)"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="http://www.stunprotocol.org/"
11 TARBALL="stunserver-$VERSION.tgz"
12 WGET_URL="${WEB_SITE}$TARBALL"
14 BUILD_DEPENDS="libboost-dev openssl-dev zlib-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
21 mkdir -p $install/usr/bin
22 cp -a stunserver stunclient stuntestcode $install/usr/bin
23 cook_pick_manpages resources/stunclient.1 resources/stunserver.1
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy @std
30 DEPENDS="openssl zlib"
31 }