[arch-commits] Commit in clinfo/repos (4 files)

Bruno Pagani archange at archlinux.org
Thu Jun 1 14:57:48 UTC 2017


    Date: Thursday, June 1, 2017 @ 14:57:47
  Author: archange
Revision: 232288

archrelease: copy trunk to community-i686, community-x86_64

Added:
  clinfo/repos/community-i686/
  clinfo/repos/community-i686/PKGBUILD
    (from rev 232287, clinfo/trunk/PKGBUILD)
  clinfo/repos/community-x86_64/
  clinfo/repos/community-x86_64/PKGBUILD
    (from rev 232287, clinfo/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: clinfo/repos/community-i686/PKGBUILD (from rev 232287, clinfo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-01 14:57:47 UTC (rev 232288)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
+# Contributor: Zanny <lordzanny at gmail.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=clinfo
+pkgver=2.1.17.02.09
+pkgrel=1
+pkgdesc="A simple OpenCL application that enumerates all available platform and device properties"
+arch=('i686' 'x86_64')
+url="https://github.com/Oblomov/clinfo"
+license=('custom:Public Domain')
+depends=('opencl-icd-loader')
+makedepends=('opencl-headers')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('ae2b2ae0d287b1ec310844bbd3ae95f3cf8589dd356c736a6fe3133427df438d')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    install -Dm755 clinfo -t "${pkgdir}"/usr/bin/
+    install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+    install -Dm644 man/clinfo.1 -t "${pkgdir}"/usr/share/man/man1/
+}

Copied: clinfo/repos/community-x86_64/PKGBUILD (from rev 232287, clinfo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-01 14:57:47 UTC (rev 232288)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
+# Contributor: Zanny <lordzanny at gmail.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=clinfo
+pkgver=2.1.17.02.09
+pkgrel=1
+pkgdesc="A simple OpenCL application that enumerates all available platform and device properties"
+arch=('i686' 'x86_64')
+url="https://github.com/Oblomov/clinfo"
+license=('custom:Public Domain')
+depends=('opencl-icd-loader')
+makedepends=('opencl-headers')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('ae2b2ae0d287b1ec310844bbd3ae95f3cf8589dd356c736a6fe3133427df438d')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    install -Dm755 clinfo -t "${pkgdir}"/usr/bin/
+    install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+    install -Dm644 man/clinfo.1 -t "${pkgdir}"/usr/share/man/man1/
+}



More information about the arch-commits mailing list