[arch-commits] Commit in intel-gmmlib/repos (2 files)

Bruno Pagani archange at archlinux.org
Thu Oct 4 16:46:02 UTC 2018


    Date: Thursday, October 4, 2018 @ 16:46:01
  Author: archange
Revision: 389560

archrelease: copy trunk to community-x86_64

Added:
  intel-gmmlib/repos/community-x86_64/
  intel-gmmlib/repos/community-x86_64/PKGBUILD
    (from rev 389559, intel-gmmlib/trunk/PKGBUILD)

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

Copied: intel-gmmlib/repos/community-x86_64/PKGBUILD (from rev 389559, intel-gmmlib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-10-04 16:46:01 UTC (rev 389560)
@@ -0,0 +1,39 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=intel-gmmlib
+pkgver=18.3.0
+pkgrel=1
+pkgdesc="Intel Graphics Memory Management Library"
+arch=('x86_64')
+url="https://github.com/intel/gmmlib/"
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cmake')
+provides=('gmmlib')
+conflicts=('gmmlib')
+replaces=('gmmlib')
+options=('!emptydirs')
+source=("https://github.com/intel/gmmlib/archive/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('e3114d7ddd429f1b9aa43a1b1d0086d881fbf4d90e4a90ab8577c369d2e3a5e1')
+
+prepare() {
+    mkdir -p build
+}
+
+build() {
+    cd build
+    cmake ../gmmlib-${pkgname}-${pkgver} \
+        -DCMAKE_BUILD_TYPE='None' \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=lib \
+        -DRUN_TEST_SUITE=ON \
+        -Wno-dev
+    make
+}
+
+package() {
+    cd build
+    make DESTDIR="${pkgdir}" install
+    install -Dm644 ../gmmlib-${pkgname}-${pkgver}/LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list