summaryrefslogtreecommitdiff
path: root/community/powertop
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/powertop
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/powertop')
-rw-r--r--community/powertop/PKGBUILD29
-rw-r--r--community/powertop/powertop.changelog14
2 files changed, 0 insertions, 43 deletions
diff --git a/community/powertop/PKGBUILD b/community/powertop/PKGBUILD
deleted file mode 100644
index 6285290c5..000000000
--- a/community/powertop/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 91995 2013-05-30 21:12:52Z lcarlier $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Xilon <xilonmu@gmail.com>
-
-pkgname=powertop
-pkgver=2.3
-pkgrel=2
-pkgdesc='A tool to diagnose issues with power consumption and power management'
-arch=('i686' 'x86_64')
-url='https://01.org/powertop/'
-license=('GPL2')
-depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
-changelog=$pkgname.changelog
-source=(https://01.org/powertop/sites/default/files/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('b8c1add69afee28c77dca56fdcedb4a46820f3a71c86aae7891b0c5c595cd744')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr --sbindir=/usr/bin
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
diff --git a/community/powertop/powertop.changelog b/community/powertop/powertop.changelog
deleted file mode 100644
index 1abb36737..000000000
--- a/community/powertop/powertop.changelog
+++ /dev/null
@@ -1,14 +0,0 @@
-2013-03-23 Evangelos Foutras <evangelos@foutrelis.com>
- * powertop 2.3-1
-
-2013-01-05 Jaroslav Lichtblau (Dragonlord) <dragonlord@aur.archlinux.org>
- * powertop 2.2-1
-
-2012-10-28 Jaroslav Lichtblau (Dragonlord) <dragonlord@aur.archlinux.org>
- * powertop 2.1.1-1
-
-2012-08-22 Sébastien Luttringer (seblu) <seblu@aur.archlinux.org>
- * powertop 2.1-1
-
-2012-05-12 Jaroslav Lichtblau (Dragonlord) <dragonlord@aur.archlinux.org>
- * powertop 2.0-1