[arch-commits] Commit in powertop/repos (6 files)

Thomas Bächler thomas at nymeria.archlinux.org
Sat Feb 9 20:06:27 UTC 2013


    Date: Saturday, February 9, 2013 @ 21:06:27
  Author: thomas
Revision: 84071

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

Added:
  powertop/repos/community-testing-i686/
  powertop/repos/community-testing-i686/PKGBUILD
    (from rev 84070, powertop/trunk/PKGBUILD)
  powertop/repos/community-testing-i686/powertop.changelog
    (from rev 84070, powertop/trunk/powertop.changelog)
  powertop/repos/community-testing-x86_64/
  powertop/repos/community-testing-x86_64/PKGBUILD
    (from rev 84070, powertop/trunk/PKGBUILD)
  powertop/repos/community-testing-x86_64/powertop.changelog
    (from rev 84070, powertop/trunk/powertop.changelog)

---------------------------------------------+
 community-testing-i686/PKGBUILD             |   31 ++++++++++++++++++++++++++
 community-testing-i686/powertop.changelog   |   11 +++++++++
 community-testing-x86_64/PKGBUILD           |   31 ++++++++++++++++++++++++++
 community-testing-x86_64/powertop.changelog |   11 +++++++++
 4 files changed, 84 insertions(+)

Copied: powertop/repos/community-testing-i686/PKGBUILD (from rev 84070, powertop/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-02-09 20:06:27 UTC (rev 84071)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Xilon <xilonmu at gmail.com>
+
+pkgname=powertop
+pkgver=2.2
+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=($pkgname-$pkgver.tar.gz::https://github.com/fenrus75/powertop/tarball/v2.1.1)
+#https://01.org/powertop/sites/default/files/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('e925230cc9006dbc226aec4dea389b97a0f906a7997b33aca40a1d6bc7568dc4')
+
+build() {
+  cd ${srcdir}/*-$pkgname-*
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/*-$pkgname-*
+
+  make DESTDIR=${pkgdir} install
+}

Copied: powertop/repos/community-testing-i686/powertop.changelog (from rev 84070, powertop/trunk/powertop.changelog)
===================================================================
--- community-testing-i686/powertop.changelog	                        (rev 0)
+++ community-testing-i686/powertop.changelog	2013-02-09 20:06:27 UTC (rev 84071)
@@ -0,0 +1,11 @@
+2013-01-05 Jaroslav Lichtblau (Dragonlord) <dragonlord at aur.archlinux.org>
+	* powertop 2.2-1
+
+2012-10-28 Jaroslav Lichtblau (Dragonlord) <dragonlord at aur.archlinux.org>
+	* powertop 2.1.1-1
+
+2012-08-22 Sébastien Luttringer (seblu) <seblu at aur.archlinux.org>
+	* powertop 2.1-1
+
+2012-05-12 Jaroslav Lichtblau (Dragonlord) <dragonlord at aur.archlinux.org>
+	* powertop 2.0-1

Copied: powertop/repos/community-testing-x86_64/PKGBUILD (from rev 84070, powertop/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-02-09 20:06:27 UTC (rev 84071)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Xilon <xilonmu at gmail.com>
+
+pkgname=powertop
+pkgver=2.2
+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=($pkgname-$pkgver.tar.gz::https://github.com/fenrus75/powertop/tarball/v2.1.1)
+#https://01.org/powertop/sites/default/files/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('e925230cc9006dbc226aec4dea389b97a0f906a7997b33aca40a1d6bc7568dc4')
+
+build() {
+  cd ${srcdir}/*-$pkgname-*
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/*-$pkgname-*
+
+  make DESTDIR=${pkgdir} install
+}

Copied: powertop/repos/community-testing-x86_64/powertop.changelog (from rev 84070, powertop/trunk/powertop.changelog)
===================================================================
--- community-testing-x86_64/powertop.changelog	                        (rev 0)
+++ community-testing-x86_64/powertop.changelog	2013-02-09 20:06:27 UTC (rev 84071)
@@ -0,0 +1,11 @@
+2013-01-05 Jaroslav Lichtblau (Dragonlord) <dragonlord at aur.archlinux.org>
+	* powertop 2.2-1
+
+2012-10-28 Jaroslav Lichtblau (Dragonlord) <dragonlord at aur.archlinux.org>
+	* powertop 2.1.1-1
+
+2012-08-22 Sébastien Luttringer (seblu) <seblu at aur.archlinux.org>
+	* powertop 2.1-1
+
+2012-05-12 Jaroslav Lichtblau (Dragonlord) <dragonlord at aur.archlinux.org>
+	* powertop 2.0-1




More information about the arch-commits mailing list