wok diff tinc/receipt @ rev 14701

monitorix: update /etc/monitorix.conf (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 18:28:08 2013 +0200 (2013-06-07)
parents 3f4d46548cfb
children 5baff08ebc11
line diff
     1.1 --- a/tinc/receipt	Mon Apr 29 22:16:01 2013 +0200
     1.2 +++ b/tinc/receipt	Fri Jun 07 18:28:08 2013 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Virtual Private Network daemon with pseudo STUN support."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.tinc-vpn.org/"
    1.10  WGET_URL="${WEB_SITE}packages/$TARBALL"
    1.11 +TAGS="vpn tunnel"
    1.12 +
    1.13  BUILD_DEPENDS="openssl-dev zlib-dev lzo-dev"
    1.14  DEPENDS="libcrypto zlib lzo"
    1.15 -TAGS="vpn tunnel"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()