38 lines
1.0 KiB
Bash
38 lines
1.0 KiB
Bash
# Copyright 1999-2006 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r1.ebuild,v 1.2 2006/10/21 22:08:00 tcort Exp $
|
|
|
|
DESCRIPTION="Nagios imagepacks - Icons and pictures for Nagios"
|
|
HOMEPAGE="http://www.nagios.org"
|
|
IMAGE_URI="mirror://sourceforge/nagios/"
|
|
SRC_URI="
|
|
${IMAGE_URI}/imagepak-andrade.tar.gz
|
|
${IMAGE_URI}/imagepak-base.tar.gz
|
|
${IMAGE_URI}/imagepak-bernhard.tar.gz
|
|
${IMAGE_URI}/imagepak-didier.tar.gz
|
|
${IMAGE_URI}/imagepak-remus.tar.gz
|
|
${IMAGE_URI}/imagepak-satrapa.tar.gz
|
|
${IMAGE_URI}/imagepak-werschler.tar.gz
|
|
http://dev.gentoo.org/~eldad/distfiles/imagepak-gentoo.tar.bz2
|
|
"
|
|
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
|
|
|
|
IUSE=""
|
|
|
|
src_unpack() {
|
|
mkdir ${S} && cd ${S}
|
|
unpack ${A}
|
|
}
|
|
|
|
src_install () {
|
|
# nagios-core installs nagios.gd2
|
|
rm base/nagios.gd2
|
|
|
|
insinto /usr/nagios/share/images/logos
|
|
doins base/* didier/* imagepak-andrade/* imagepak-bernhard/* remus/* satrapa/* werschler/* gentoo/*
|
|
}
|