16 lines
322 B
Bash
16 lines
322 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
DESCRIPTION="NetIQ Adit Platform Gentoo Env Files"
|
|
HOMEPAGE="http://n4g.mars.arge.at"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
IUSE=""
|
|
|
|
src_install() {
|
|
doenvd "${FILESDIR}"/80netiq64-naudit
|
|
}
|
|
|