wok diff nagios-nsca/receipt @ rev 15695

Fix missing mkdir command
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 11:13:51 2013 +0100 (2013-12-21)
parents 98890599a932
children a78610b2eb47
line diff
     1.1 --- a/nagios-nsca/receipt	Sat Apr 27 02:50:53 2013 +0200
     1.2 +++ b/nagios-nsca/receipt	Sat Dec 21 11:13:51 2013 +0100
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Service and network monitoring program, remote monitoring."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SOURCE="nsca"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.nagios.org/"
    1.11  #WGET_URL="$SF_MIRROR/nagios/$TARBALL"
    1.12  WGET_URL="http://prdownloads.sourceforge.net/sourceforge/nagios/$TARBALL"
    1.13 +
    1.14  BUILD_DEPENDS="libmcrypt-dev perl libwrap-dev"
    1.15  DEPENDS="libmcrypt"
    1.16