Advertisement
gedia

Untitled

Oct 6th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.65 KB | None | 0 0
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Id$
  4.  
  5. EAPI=6
  6.  
  7. inherit eutils
  8.  
  9. DESCRIPTION="Intel Performance Primitives Legacy"
  10. HOMEPAGE=""
  11.  
  12. SRC_URI="http://registrationcenter-download.intel.com/akdlm/irc_nas/8006/ipp90legacy_lin_${PV}.tar"
  13. KEYWORDS="~amd64 ~x86"
  14.  
  15. LICENSE="Intel-SDP"
  16. SLOT="0"
  17. IUSE=""
  18.  
  19. DEPEND="app-arch/unzip"
  20.  
  21. S="${WORKDIR}/ipp90legacy_lin"
  22.  
  23. #src_prepare() {
  24. #       unzip -P accept "${S}/linux.zip"
  25. #
  26. #}
  27.  
  28. src_preinst() {
  29.         mkdir "${PORTAGE_BUILDDIR}/image"
  30.         dodir /opt/intel/ipp/legacy
  31.         cp -R linux "${D}/opt/intel/ipp/legacy/"
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement