[arch-commits] Commit in i8kmon/trunk (PKGBUILD)
Thayer Williams
thayer at archlinux.org
Thu Nov 13 22:06:02 UTC 2008
Date: Thursday, November 13, 2008 @ 17:06:01
Author: thayer
Revision: 19014
upgpkg: i8kmon 1.27-1
Modified:
i8kmon/trunk/PKGBUILD
----------+
PKGBUILD | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-13 21:50:14 UTC (rev 19013)
+++ PKGBUILD 2008-11-13 22:06:01 UTC (rev 19014)
@@ -1,33 +1,33 @@
# $Id$
-# Maintainer: eric <eric at archlinux.org>
# Contributor: Eric Johnson <eric at coding-zone.com>
+# Contributor: eric <eric at archlinux.org>
+# Maintainer: Thayer Williams <thayer at archlinux.org>
pkgname=i8kmon
-pkgver=1.25
-pkgrel=3
-pkgdesc="Tk script for i8kutils and Dell Inspiron/Latitude notebooks"
+pkgver=1.27
+pkgrel=1
+pkgdesc="Tk-based daemon for i8kutils and Dell Inspiron/Latitude notebooks"
url="http://people.debian.org/~dz/i8k/"
+license=('GPL2')
+arch=('i686' 'x86_64')
depends=('i8kutils' 'tk')
backup=(etc/i8kutils/i8kmon.conf)
-source=(http://people.debian.org/~dz/i8k/i8kutils_$pkgver.tar.gz i8kmon)
-md5sums=('50c03dde689c5709406118a7c6c120db' 'a9e6594b4f2b31e03875adfbc405b393')
+source=(http://ftp.archlinux.org/other/i8kutils/i8kutils_$pkgver.tar.gz i8kmon.daemon)
+md5sums=('8f3d3cbf7197fc209b0b64bf0a9732e3' 'a9e6594b4f2b31e03875adfbc405b393')
build() {
cd $startdir/src/i8kutils-$pkgver
# conform to Arch Linux guidelines
- #
- /bin/sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1
- /bin/sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon
+ /bin/sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1 || return 1
+ /bin/sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon || return 1
# no configure script, and Makefile has /usr hardcoded
- #
- /bin/install -D -m755 i8kmon $startdir/pkg/usr/bin/i8kmon
- /bin/install -D -m644 i8kmon.conf $startdir/pkg/etc/i8kutils/i8kmon.conf
- /bin/install -D -m644 i8kmon.1 $startdir/pkg/usr/man/man1/i8kmon.1
+ /bin/install -D -m755 i8kmon $startdir/pkg/usr/bin/i8kmon || return 1
+ /bin/install -D -m644 i8kmon.conf $startdir/pkg/etc/i8kutils/i8kmon.conf || return 1
+ /bin/install -D -m644 i8kmon.1 $startdir/pkg/usr/share/man/man1/i8kmon.1 || return 1
# install daemon script.
- /bin/install -D -m755 ../i8kmon $startdir/pkg/etc/rc.d/i8kmon
-
+ /bin/install -D -m755 ../i8kmon.daemon $startdir/pkg/etc/rc.d/i8kmon || return 1
}
# vim: ts=2 sw=2 et ft=sh
More information about the arch-commits
mailing list