www-apps/hiawatha-monitor: initial import of version 1.4

This commit is contained in:
hasufell 2016-02-17 02:03:01 +01:00
parent 4d299f3dd1
commit 5ad3a7f304
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 25 additions and 0 deletions

View File

@ -16,6 +16,7 @@ sci-mathematics
sci-physics
sys-apps
voip
www-apps
x11-apps
x11-themes
x11-wm

View File

@ -0,0 +1,24 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
MY_P="monitor"
SUMMARY="Monitoring application for www-servers/hiawatha"
HOMEPAGE="http://www.hiawatha-webserver.org/howto/monitor"
DOWNLOADS="http://www.hiawatha-webserver.org/files/${MY_P}-${PV}.tar.gz "
LICENCES="GPL-2"
SLOT="0"
PLATFORMS="~amd64 ~x86"
WORK=${WORKBASE}/${MY_P}
src_install () {
default
edo rm -f ChangeLog README LICENSE
insinto /usr/share/${PN}
doins -r *
}