[arch-commits] Commit in idle3-tools/repos (4 files)
Anatol Pomozov
anatolik at archlinux.org
Wed Jul 23 16:33:13 UTC 2014
Date: Wednesday, July 23, 2014 @ 18:33:13
Author: anatolik
Revision: 116179
archrelease: copy trunk to community-i686, community-x86_64
Added:
idle3-tools/repos/community-i686/PKGBUILD
(from rev 116178, idle3-tools/trunk/PKGBUILD)
idle3-tools/repos/community-x86_64/PKGBUILD
(from rev 116178, idle3-tools/trunk/PKGBUILD)
Deleted:
idle3-tools/repos/community-i686/PKGBUILD
idle3-tools/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 29 -------------------------
community-x86_64/PKGBUILD | 29 -------------------------
3 files changed, 50 insertions(+), 58 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-07-23 16:32:29 UTC (rev 116178)
+++ community-i686/PKGBUILD 2014-07-23 16:33:13 UTC (rev 116179)
@@ -1,29 +0,0 @@
-# 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
-}
Copied: idle3-tools/repos/community-i686/PKGBUILD (from rev 116178, idle3-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-23 16:33:13 UTC (rev 116179)
@@ -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=5
+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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-07-23 16:32:29 UTC (rev 116178)
+++ community-x86_64/PKGBUILD 2014-07-23 16:33:13 UTC (rev 116179)
@@ -1,29 +0,0 @@
-# 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
-}
Copied: idle3-tools/repos/community-x86_64/PKGBUILD (from rev 116178, idle3-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-07-23 16:33:13 UTC (rev 116179)
@@ -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=5
+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