Overlay/sci-misc/labview/labview-8.6.0.ebuild

27 lines
428 B
Bash
Raw Normal View History

2012-05-21 16:22:57 +04:00
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
2022-08-05 09:05:30 +03:00
EAPI="7"
2012-05-21 16:22:57 +04:00
SRC_URI="http://files.backbone.ws/projects/labview/${P}.tar.bz2"
2018-06-21 11:54:11 +03:00
KEYWORDS="-* x86 amd64"
2012-05-21 16:22:57 +04:00
DESCRIPTION="LabVIEW System Design Software"
HOMEPAGE="http://www.ni.com/labview"
SLOT="0"
LICENSE="GPL-3"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
emake install DESTDIR="${D}" || die
}