stable/net-nds/netiq-env/netiq-env-0.ebuild

22 lines
383 B
Bash
Raw Normal View History

2014-08-16 09:01:13 +02:00
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
2014-08-16 21:23:25 +02:00
DESCRIPTION="NetIQ Gentoo Env Files"
2014-08-16 09:01:13 +02:00
HOMEPAGE="http://n4g.mars.arge.at"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
src_install() {
if use x86
then
2014-08-16 21:23:25 +02:00
doenvd "${FILESDIR}"/80netiq
2014-08-16 09:01:13 +02:00
elif use amd64
then
2014-08-16 21:23:25 +02:00
doenvd "${FILESDIR}"/80netiq64
2014-08-16 09:01:13 +02:00
fi
}