wok-next annotate stuntman/receipt @ rev 20445

gcc: fix symlink /lib/cpp; glibc: undo '--enable-obsolete-rpc' due to errors; libtirpc: up 1.0.2; pam and busybox: use libtirpc.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Feb 27 14:06:41 2018 +0200 (2018-02-27)
parents f76081ad48d4
children e6615350078d
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
pascal@15867 14 BUILD_DEPENDS="libboost-dev openssl-dev zlib-dev"
pascal@15867 15
pascal@15867 16 # Rules to configure and make the package.
pascal@15867 17 compile_rules()
pascal@15867 18 {
pascal@15867 19 make
al@19765 20
al@19765 21 mkdir -p $install/usr/bin
al@19765 22 cp -a stunserver stunclient stuntestcode $install/usr/bin
al@19765 23 cook_pick_manpages resources/stunclient.1 resources/stunserver.1
pascal@15867 24 }
pascal@15867 25
pascal@15867 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15867 27 genpkg_rules()
pascal@15867 28 {
al@19765 29 copy @std
al@19765 30 DEPENDS="libcrypto zlib"
pascal@15867 31 }
pascal@15867 32