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

Anatol Pomozov anatolik at archlinux.org
Thu Oct 3 21:26:16 UTC 2019


    Date: Thursday, October 3, 2019 @ 21:26:15
  Author: anatolik
Revision: 363716

archrelease: copy trunk to testing-x86_64

Added:
  virglrenderer/repos/testing-x86_64/
  virglrenderer/repos/testing-x86_64/PKGBUILD
    (from rev 363715, virglrenderer/trunk/PKGBUILD)

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

Copied: virglrenderer/repos/testing-x86_64/PKGBUILD (from rev 363715, virglrenderer/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-10-03 21:26:15 UTC (rev 363716)
@@ -0,0 +1,26 @@
+# Maintainer:  Anatol Pomozov <anatol at archlinux.org>
+
+pkgname=virglrenderer
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='A virtual 3D GPU library, that allows the guest operating system to use the host GPU to accelerate 3D rendering'
+arch=(x86_64)
+url='https://virgil3d.github.io/'
+license=(MIT)
+depends=(libepoxy mesa)
+makedepends=(python)
+source=(https://github.com/freedesktop/virglrenderer/archive/virglrenderer-$pkgver.zip)
+sha1sums=('44f673cabc2e4d3eea6c22f70fb6814bd0c1d732')
+
+build() {
+  cd virglrenderer-virglrenderer-$pkgver 
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd virglrenderer-virglrenderer-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list