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

Anatol Pomozov anatolik at archlinux.org
Tue Jul 22 23:16:12 UTC 2014


    Date: Wednesday, July 23, 2014 @ 01:16:12
  Author: anatolik
Revision: 116128

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

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

-----------------------------------+
 community-testing-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: idle3-tools/repos/community-testing-i686/PKGBUILD (from rev 116127, idle3-tools/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-07-22 23:16:12 UTC (rev 116128)
@@ -0,0 +1,25 @@
+# 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=4
+pkgdesc='A utility that can disable, get and set the value of the idle3 timer found on Western Digital Hard 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)
+sha1sums=('44b5c4988e42d59e56fbc72550db34c5012beda6')
+
+build() {
+  cd idle3-tools-$pkgver
+  make
+}
+
+package() {
+  cd idle3-tools-$pkgver
+  make sbindir=/usr/bin DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Copied: idle3-tools/repos/community-testing-x86_64/PKGBUILD (from rev 116127, idle3-tools/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-07-22 23:16:12 UTC (rev 116128)
@@ -0,0 +1,25 @@
+# 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=4
+pkgdesc='A utility that can disable, get and set the value of the idle3 timer found on Western Digital Hard 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)
+sha1sums=('44b5c4988e42d59e56fbc72550db34c5012beda6')
+
+build() {
+  cd idle3-tools-$pkgver
+  make
+}
+
+package() {
+  cd idle3-tools-$pkgver
+  make sbindir=/usr/bin DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}




More information about the arch-commits mailing list