wok-next diff muninlite/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | b278b2018965 |
children |
line diff
1.1 --- a/muninlite/receipt Mon Mar 12 02:18:53 2018 +0200 1.2 +++ b/muninlite/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Simple Munin node" 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="http://$PACKAGE.sourceforge.net/" 1.8 +WEB_SITE="http://muninlite.sourceforge.net/" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 @@ -15,7 +15,7 @@ 1.13 1.14 compile_rules() { 1.15 make && 1.16 - install -Dm 755 $src/munin-node $install/usr/bin/munin-node 1.17 + install -Dm755 $src/munin-node $install/usr/bin/munin-node 1.18 } 1.19 1.20 genpkg_rules() {