2014-08-17 10:45:36 +02:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2014-08-16 09:01:13 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
2014-08-17 10:45:36 +02:00
|
|
|
DESCRIPTION="Novell Audit Event Infrastructure Gentoo Environemnt Files"
|
|
|
|
HOMEPAGE="http://www.netiq.com/"
|
|
|
|
LICENSE="NetIQ-eDir-88"
|
2014-08-16 09:01:13 +02:00
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~x86 ~amd64"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
src_install() {
|
2014-08-16 21:23:25 +02:00
|
|
|
doenvd "${FILESDIR}"/80netiq64-naudit
|
2014-08-16 09:01:13 +02:00
|
|
|
}
|
|
|
|
|