summaryrefslogtreecommitdiff
path: root/community/radeontool
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/radeontool
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/radeontool')
-rw-r--r--community/radeontool/PKGBUILD29
-rw-r--r--community/radeontool/license.txt22
2 files changed, 0 insertions, 51 deletions
diff --git a/community/radeontool/PKGBUILD b/community/radeontool/PKGBUILD
deleted file mode 100644
index 974ffc8fc..000000000
--- a/community/radeontool/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 79686 2012-11-11 05:31:16Z lcarlier $
-# Maintainer : Laurent Carlier <lordheavym AT gmail DOT com>
-
-pkgname=radeontool
-pkgver=1.6.3
-pkgrel=1
-pkgdesc="Lowlevel tools to tweak register and dump state on radeon GPUs"
-url="http://airlied.livejournal.com/"
-arch=('i686' 'x86_64')
-license=('ZLIB')
-source=(http://people.freedesktop.org/~airlied/radeontool/${pkgname}-${pkgver}.tar.gz
- license.txt)
-depends=('libpciaccess')
-md5sums=('e4bd75da852840a02cb2290804abd717'
- 'cc74a55d8e998ca9a2537a0ab78bc582')
-
-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
-}
diff --git a/community/radeontool/license.txt b/community/radeontool/license.txt
deleted file mode 100644
index 7a32525f7..000000000
--- a/community/radeontool/license.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (c) 2002-2004 Frederick Dean <software@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.
-
-