Date: Thursday, January 2, 2014 @ 13:17:35
  Author: arodseth
Revision: 103277

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

Added:
  acpi/repos/community-x86_64/PKGBUILD
    (from rev 103276, acpi/trunk/PKGBUILD)
Deleted:
  acpi/repos/community-i686/PKGBUILD
  acpi/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   27 +++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   24 ------------------------
 community-x86_64/PKGBUILD |   24 ------------------------
 3 files changed, 27 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-01-02 12:17:26 UTC (rev 103276)
+++ community-i686/PKGBUILD     2014-01-02 12:17:35 UTC (rev 103277)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 148027 2012-01-30 03:41:28Z dan $
-# Contributor: Judd Vinet <jvi...@zeroflux.org>
-
-pkgname=acpi
-pkgver=1.6
-pkgrel=1
-pkgdesc="Linux ACPI client providing battery, AC power, and thermal readings"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/acpiclient";
-depends=('glibc')
-source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz)
-license=('GPL2')
-sha256sums=('ed61d20400c4fd3965dde9b49ab3ac74da02f8eca1a55454f7a1ac3fa1fd5c31')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-01-02 12:17:26 UTC (rev 103276)
+++ community-x86_64/PKGBUILD   2014-01-02 12:17:35 UTC (rev 103277)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 148027 2012-01-30 03:41:28Z dan $
-# Contributor: Judd Vinet <jvi...@zeroflux.org>
-
-pkgname=acpi
-pkgver=1.6
-pkgrel=1
-pkgdesc="Linux ACPI client providing battery, AC power, and thermal readings"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/acpiclient";
-depends=('glibc')
-source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz)
-license=('GPL2')
-sha256sums=('ed61d20400c4fd3965dde9b49ab3ac74da02f8eca1a55454f7a1ac3fa1fd5c31')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: acpi/repos/community-x86_64/PKGBUILD (from rev 103276, 
acpi/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-02 12:17:35 UTC (rev 103277)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rods...@gmail.com>
+# Contributor: Judd Vinet <jvi...@zeroflux.org>
+
+pkgname=acpi
+pkgver=1.7
+pkgrel=1
+pkgdesc='Client for battery, power, and thermal readings'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/acpiclient/'
+license=('GPL2')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR"=$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to