wok view stuntman/receipt @ rev 17009

Add gnome-hearts
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 14:41:19 2014 -0300 (2014-08-12)
parents
children 046ec054ad86
line source
1 # SliTaz package receipt.
3 PACKAGE="stuntman"
4 VERSION="1.2.6"
5 CATEGORY="network"
6 SHORT_DESC="STUN protocol (Session Traversal Utilities for NAT)."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache"
9 SOURCE="stunserver"
10 TARBALL="$SOURCE-$VERSION.tgz"
11 WEB_SITE="http://www.stunprotocol.org/"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 DEPENDS="gcc-lib-base libcrypto zlib"
15 BUILD_DEPENDS="libboost-dev openssl-dev zlib-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp $src/stunserver $fs/usr/bin
28 cp $src/stunclient $fs/usr/bin
29 cp $src/stuntestcode $fs/usr/bin
30 }