forked from hasufell/hasufell-repository
www-apps/hiawatha-monitor: initial import of version 1.4
This commit is contained in:
parent
4d299f3dd1
commit
5ad3a7f304
@ -16,6 +16,7 @@ sci-mathematics
|
|||||||
sci-physics
|
sci-physics
|
||||||
sys-apps
|
sys-apps
|
||||||
voip
|
voip
|
||||||
|
www-apps
|
||||||
x11-apps
|
x11-apps
|
||||||
x11-themes
|
x11-themes
|
||||||
x11-wm
|
x11-wm
|
||||||
|
@ -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 *
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user