From 5ad3a7f304c29e1e530e124509f3e6c3f25157b1 Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 17 Feb 2016 02:03:01 +0100 Subject: [PATCH] www-apps/hiawatha-monitor: initial import of version 1.4 --- metadata/categories.conf | 1 + .../hiawatha-monitor-1.4.exheres-0 | 24 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 packages/www-apps/hiawatha-monitor/hiawatha-monitor-1.4.exheres-0 diff --git a/metadata/categories.conf b/metadata/categories.conf index f296788..6f3863e 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -16,6 +16,7 @@ sci-mathematics sci-physics sys-apps voip +www-apps x11-apps x11-themes x11-wm diff --git a/packages/www-apps/hiawatha-monitor/hiawatha-monitor-1.4.exheres-0 b/packages/www-apps/hiawatha-monitor/hiawatha-monitor-1.4.exheres-0 new file mode 100644 index 0000000..6ddd6f0 --- /dev/null +++ b/packages/www-apps/hiawatha-monitor/hiawatha-monitor-1.4.exheres-0 @@ -0,0 +1,24 @@ +# Copyright 2016 Julian Ospald +# 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 * +} +