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

Daniel Bermond dbermond at archlinux.org
Sun May 30 14:58:25 UTC 2021


    Date: Sunday, May 30, 2021 @ 14:58:25
  Author: dbermond
Revision: 950384

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: intel-gmmlib/repos/community-staging-x86_64/PKGBUILD (from rev 950383, intel-gmmlib/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-05-30 14:58:25 UTC (rev 950384)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+
+pkgname=intel-gmmlib
+pkgver=21.1.3
+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/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('c459a95243075296c72a40674c449ffcc314ed6d21ad0291c1603dbc11f4a74e')
+
+build() {
+  cmake -B build -S gmmlib-${pkgname}-${pkgver} \
+    -DBUILD_TYPE=Release \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DRUN_TEST_SUITE=ON \
+    -Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 gmmlib-${pkgname}-${pkgver}/LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list