[arch-commits] Commit in (4 files)
Anatol Pomozov
anatolik at archlinux.org
Sun Jul 20 00:56:47 UTC 2014
Date: Sunday, July 20, 2014 @ 02:56:47
Author: anatolik
Revision: 116006
idle3tools: add a tool that allows to reduce LoadCount on WD harddrives
Added:
idle3-tools/
idle3-tools/repos/
idle3-tools/trunk/
idle3-tools/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: idle3-tools/trunk/PKGBUILD
===================================================================
--- idle3-tools/trunk/PKGBUILD (rev 0)
+++ idle3-tools/trunk/PKGBUILD 2014-07-20 00:56:47 UTC (rev 116006)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Archan Paul <archan.paul at gmail.com>
+# Contributor: aexoxea <digitaleon at internode.on.net>
+
+pkgname=idle3-tools
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='A linux/unix utility that can disable, get and set the value of the idle3 timer found on recent Western Digital Hard Disk Drives.'
+arch=(i686 x86_64)
+url='http://idle3-tools.sourceforge.net/'
+license=(GPL)
+depends=(glibc)
+source=(http://download.sourceforge.net/idle3-tools/idle3-tools-$pkgver.tgz)
+md5sums=('797d8775b80b7b7b67a1f8b0a5b41f30')
+
+prepare() {
+ cd idle3-tools-$pkgver
+ sed -i 's/\bsbin\b/bin/g' Makefile
+}
+
+build() {
+ cd idle3-tools-$pkgver
+ make
+}
+
+package() {
+ cd idle3-tools-$pkgver
+ make binprefix=/usr DESTDIR=$pkgdir install
+}
Property changes on: idle3-tools/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list