diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/powertop | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
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 -} |