logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

labview-8.6.0.ebuild (444B)


  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: $
  4. EAPI=4
  5. inherit eutils
  6. SRC_URI="http://files.backbone.ws/projects/labview/${P}.tar.bz2"
  7. KEYWORDS="-* ~amd64 ~x86"
  8. DESCRIPTION="LabVIEW System Design Software"
  9. HOMEPAGE="http://www.ni.com/labview"
  10. SLOT="0"
  11. LICENSE="GPL-3"
  12. IUSE=""
  13. DEPEND=""
  14. RDEPEND="${DEPEND}"
  15. src_install() {
  16. emake install DESTDIR="${D}" || die
  17. }