[arch-commits] Commit in radeontool/repos (3 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:57:11 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:57:10
  Author: felixonmars
Revision: 659488

archrelease: copy trunk to community-staging-x86_64

Added:
  radeontool/repos/community-staging-x86_64/
  radeontool/repos/community-staging-x86_64/PKGBUILD
    (from rev 659487, radeontool/trunk/PKGBUILD)
  radeontool/repos/community-staging-x86_64/license.txt
    (from rev 659487, radeontool/trunk/license.txt)

-------------+
 PKGBUILD    |   28 ++++++++++++++++++++++++++++
 license.txt |   22 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: radeontool/repos/community-staging-x86_64/PKGBUILD (from rev 659487, radeontool/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:57:10 UTC (rev 659488)
@@ -0,0 +1,28 @@
+# Maintainer : Laurent Carlier <lordheavym AT gmail DOT com>
+
+pkgname=radeontool
+pkgver=1.6.3
+pkgrel=4
+pkgdesc="Lowlevel tools to tweak register and dump state on radeon GPUs"
+url="https://airlied.livejournal.com/"
+arch=('x86_64')
+license=('ZLIB')
+source=(https://people.freedesktop.org/~airlied/radeontool/${pkgname}-${pkgver}.tar.gz
+	license.txt)
+depends=('libpciaccess')
+sha512sums=('d2f08bb7fe8c3d6e35860e42f8d613c524375c6fd10479d9e34a7fa9c13d79f65381efebdc760cdf7f535e79c26ef2062dbe0697b1f042b32445c3e0ec4486e7'
+            '1198fcd635415314ee7ef170252b0f5b3dab531be4ba6b9f0effedf44e169c59c0d29ae5821108f76ac691f41c4d06e24acb604fbf7d95b58c7d9f83b9d1165b')
+         
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -D ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/radeontool/license.txt
+}

Copied: radeontool/repos/community-staging-x86_64/license.txt (from rev 659487, radeontool/trunk/license.txt)
===================================================================
--- community-staging-x86_64/license.txt	                        (rev 0)
+++ community-staging-x86_64/license.txt	2020-07-07 16:57:10 UTC (rev 659488)
@@ -0,0 +1,22 @@
+Copyright (c) 2002-2004 Frederick Dean <software at fdd.com>
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+claim that you wrote the original software. If you use this software
+in a product, an acknowledgment in the product documentation would be
+appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must not be
+misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+ 



More information about the arch-commits mailing list