Date: Sunday, July 20, 2014 @ 02:58:09
  Author: anatolik
Revision: 116007

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

Added:
  idle3-tools/repos/community-i686/
  idle3-tools/repos/community-i686/PKGBUILD
    (from rev 116006, idle3-tools/trunk/PKGBUILD)
  idle3-tools/repos/community-x86_64/
  idle3-tools/repos/community-x86_64/PKGBUILD
    (from rev 116006, idle3-tools/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: idle3-tools/repos/community-i686/PKGBUILD (from rev 116006, 
idle3-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-07-20 00:58:09 UTC (rev 116007)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov <[email protected]>
+# Contributor: Archan Paul <[email protected]>
+# Contributor: aexoxea <[email protected]>
+
+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
+}

Copied: idle3-tools/repos/community-x86_64/PKGBUILD (from rev 116006, 
idle3-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-20 00:58:09 UTC (rev 116007)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov <[email protected]>
+# Contributor: Archan Paul <[email protected]>
+# Contributor: aexoxea <[email protected]>
+
+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
+}

Reply via email to