wok diff icinga/receipt @ rev 15600
Add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 05 15:25:09 2013 +0000 (2013-12-05) |
parents | ea3283ffaffe |
children | ee5c8b018b62 |
line diff
1.1 --- a/icinga/receipt Thu Nov 03 23:48:05 2011 +0100 1.2 +++ b/icinga/receipt Thu Dec 05 15:25:09 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Open Source host, service and network monitoring program" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 -BUILD_DEPENDS="" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.icinga.org" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="" 1.15 +BUILD_DEPENDS="" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -46,6 +48,5 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/share/icinga 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 + cp -a $install/usr/bin $fs/usr 1.26 } 1.27 -