[arch-commits] Commit in i8kutils/repos (4 files)

Eric Bélanger eric at archlinux.org
Sun Sep 18 03:14:27 UTC 2011


    Date: Saturday, September 17, 2011 @ 23:14:27
  Author: eric
Revision: 138168

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

Added:
  i8kutils/repos/extra-i686/PKGBUILD
    (from rev 138167, i8kutils/trunk/PKGBUILD)
  i8kutils/repos/extra-x86_64/PKGBUILD
    (from rev 138167, i8kutils/trunk/PKGBUILD)
Deleted:
  i8kutils/repos/extra-i686/PKGBUILD
  i8kutils/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   56 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   56 ++++++++++++++++++++++++------------------------
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-09-18 03:14:00 UTC (rev 138167)
+++ extra-i686/PKGBUILD	2011-09-18 03:14:27 UTC (rev 138168)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Thayer Williams <thayer at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-
-pkgname=i8kutils
-pkgver=1.33
-pkgrel=1
-pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
-url="http://people.debian.org/~dz/i8k/"
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}_${pkgver}.tar.gz)
-md5sums=('1ab077b301dbb0f4be8ef52eb3b97628')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make || return 1
-
-  # no configure script, and Makefile has /usr hardcoded
-  install -D -m755 i8kctl $pkgdir/usr/bin/i8kctl || return 1
-  install -D -m755 i8kbuttons $pkgdir/usr/bin/i8kbuttons || return 1
-  install -D -m755 i8kbuttons $pkgdir/usr/bin/i8kbuttons || return 1
-  install -D -m644 i8kbuttons.1 $pkgdir/usr/share/man/man1/i8kbuttons.1 || return 1
-  install -D -m644 i8kctl.1 $pkgdir/usr/share/man/man1/i8kctl.1 || return 1
-  ln -fs ./i8kctl $pkgdir/usr/bin/i8kfan || return 1
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: i8kutils/repos/extra-i686/PKGBUILD (from rev 138167, i8kutils/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-09-18 03:14:27 UTC (rev 138168)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Thayer Williams <thayer at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=i8kutils
+pkgver=1.33
+pkgrel=2
+pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
+arch=('i686' 'x86_64')
+url="http://people.debian.org/~dz/i8k/"
+license=('GPL2')
+depends=('glibc')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}_${pkgver}.tar.gz)
+md5sums=('1ab077b301dbb0f4be8ef52eb3b97628')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -D -m755 i8kctl "$pkgdir/usr/bin/i8kctl"
+  install -D -m755 i8kbuttons "$pkgdir/usr/bin/i8kbuttons"
+  install -D -m644 i8kbuttons.1 "$pkgdir/usr/share/man/man1/i8kbuttons.1"
+  install -D -m644 i8kctl.1 "$pkgdir/usr/share/man/man1/i8kctl.1"
+  ln -fs ./i8kctl "$pkgdir/usr/bin/i8kfan"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-09-18 03:14:00 UTC (rev 138167)
+++ extra-x86_64/PKGBUILD	2011-09-18 03:14:27 UTC (rev 138168)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Thayer Williams <thayer at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-
-pkgname=i8kutils
-pkgver=1.33
-pkgrel=1
-pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
-url="http://people.debian.org/~dz/i8k/"
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}_${pkgver}.tar.gz)
-md5sums=('1ab077b301dbb0f4be8ef52eb3b97628')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make || return 1
-
-  # no configure script, and Makefile has /usr hardcoded
-  install -D -m755 i8kctl $pkgdir/usr/bin/i8kctl || return 1
-  install -D -m755 i8kbuttons $pkgdir/usr/bin/i8kbuttons || return 1
-  install -D -m755 i8kbuttons $pkgdir/usr/bin/i8kbuttons || return 1
-  install -D -m644 i8kbuttons.1 $pkgdir/usr/share/man/man1/i8kbuttons.1 || return 1
-  install -D -m644 i8kctl.1 $pkgdir/usr/share/man/man1/i8kctl.1 || return 1
-  ln -fs ./i8kctl $pkgdir/usr/bin/i8kfan || return 1
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: i8kutils/repos/extra-x86_64/PKGBUILD (from rev 138167, i8kutils/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-09-18 03:14:27 UTC (rev 138168)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Thayer Williams <thayer at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=i8kutils
+pkgver=1.33
+pkgrel=2
+pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
+arch=('i686' 'x86_64')
+url="http://people.debian.org/~dz/i8k/"
+license=('GPL2')
+depends=('glibc')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}_${pkgver}.tar.gz)
+md5sums=('1ab077b301dbb0f4be8ef52eb3b97628')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -D -m755 i8kctl "$pkgdir/usr/bin/i8kctl"
+  install -D -m755 i8kbuttons "$pkgdir/usr/bin/i8kbuttons"
+  install -D -m644 i8kbuttons.1 "$pkgdir/usr/share/man/man1/i8kbuttons.1"
+  install -D -m644 i8kctl.1 "$pkgdir/usr/share/man/man1/i8kctl.1"
+  ln -fs ./i8kctl "$pkgdir/usr/bin/i8kfan"
+}




More information about the arch-commits mailing list