[arch-commits] Commit in intel-tbb/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Dec 18 19:45:24 UTC 2018


    Date: Tuesday, December 18, 2018 @ 19:45:23
  Author: felixonmars
Revision: 342527

archrelease: copy trunk to testing-x86_64

Added:
  intel-tbb/repos/testing-x86_64/
  intel-tbb/repos/testing-x86_64/PKGBUILD
    (from rev 342526, intel-tbb/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: intel-tbb/repos/testing-x86_64/PKGBUILD (from rev 342526, intel-tbb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-12-18 19:45:23 UTC (rev 342527)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez <deuns.martinez AT gmail.com>
+
+pkgname=intel-tbb
+pkgver=2019.3
+_tagname=${pkgver/./_U}
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=(x86_64)
+url='http://www.threadingbuildingblocks.org/'
+license=(GPL)
+depends=(gcc-libs)
+source=($pkgname-$pkgver.tar.gz::https://github.com/01org/tbb/archive/$_tagname.tar.gz)
+sha256sums=('b2244147bc8159cdd8f06a38afeb42f3237d3fc822555499d7ccfbd4b86f8ece')
+
+build() {
+  cd tbb-$_tagname
+  make
+}
+
+package() {
+  cd tbb-$_tagname
+  install -d "$pkgdir"/usr/lib
+  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
+  install -d "$pkgdir"/usr/include
+  cp -a include/tbb "$pkgdir"/usr/include
+}



More information about the arch-commits mailing list