diff options
Diffstat (limited to 'abs/extra-testing/powertop')
-rw-r--r-- | abs/extra-testing/powertop/ChangeLog | 3 | ||||
-rw-r--r-- | abs/extra-testing/powertop/PKGBUILD | 20 |
2 files changed, 0 insertions, 23 deletions
diff --git a/abs/extra-testing/powertop/ChangeLog b/abs/extra-testing/powertop/ChangeLog deleted file mode 100644 index 811f87d..0000000 --- a/abs/extra-testing/powertop/ChangeLog +++ /dev/null @@ -1,3 +0,0 @@ -2007-06-28 tardo <tardo@nagi-fanboi.net> -* Built for x86_64 - diff --git a/abs/extra-testing/powertop/PKGBUILD b/abs/extra-testing/powertop/PKGBUILD deleted file mode 100644 index 4d8c17b..0000000 --- a/abs/extra-testing/powertop/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# $Id: PKGBUILD,v 1.10 2008/06/19 08:52:53 pizzapunk Exp $ -# Maintainer: Alexander Fehr <pizzapunk gmail com> -# Contributor: Xilon <xilonmu@gmail.com> - -pkgname=powertop -pkgver=1.10 -pkgrel=1 -pkgdesc="Tool that finds the software that makes your laptop use more power than necessary" -arch=('i686' 'x86_64') -url="http://www.lesswatts.org/projects/powertop/" -license=('GPL2') -depends=('ncurses') -source=(http://www.lesswatts.org/projects/powertop/download/powertop-$pkgver.tar.gz) -md5sums=('e09f631f60d50299d8885193e6fd3756') - -build() { - cd $startdir/src/powertop-$pkgver - make || return 1 - make DESTDIR=$startdir/pkg install -} |