[arch-commits] Commit in i8kutils/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Eric Bélanger eric at archlinux.org
Sat Aug 20 04:45:48 UTC 2011


    Date: Saturday, August 20, 2011 @ 00:45:48
  Author: eric
Revision: 135896

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-20 04:45:24 UTC (rev 135895)
+++ PKGBUILD	2011-08-20 04:45:48 UTC (rev 135896)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Eric Johnson <eric at coding-zone.com>
-# Maintainer: Thayer Williams <thayer at archlinux.org>
-
-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=(http://ftp.archlinux.org/other/i8kutils/$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 135895, i8kutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-08-20 04:45:48 UTC (rev 135896)
@@ -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=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




More information about the arch-commits mailing list