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

Sébastien Luttringer seblu at archlinux.org
Sat May 14 13:10:34 UTC 2016


    Date: Saturday, May 14, 2016 @ 15:10:33
  Author: seblu
Revision: 267964

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

Added:
  diffutils/repos/testing-i686/
  diffutils/repos/testing-i686/PKGBUILD
    (from rev 267963, diffutils/trunk/PKGBUILD)
  diffutils/repos/testing-x86_64/
  diffutils/repos/testing-x86_64/PKGBUILD
    (from rev 267963, diffutils/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: diffutils/repos/testing-i686/PKGBUILD (from rev 267963, diffutils/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-05-14 13:10:33 UTC (rev 267964)
@@ -0,0 +1,36 @@
+# $Id$
+# Mainainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=diffutils
+pkgver=3.3
+pkgrel=3
+pkgdesc='Utility programs used for creating patch files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/diffutils'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('99180208ec2a82ce71f55b0d7389f1b3'
+         '203a2f2101dfcc09cdac655be353fd78')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: diffutils/repos/testing-x86_64/PKGBUILD (from rev 267963, diffutils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-05-14 13:10:33 UTC (rev 267964)
@@ -0,0 +1,36 @@
+# $Id$
+# Mainainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=diffutils
+pkgver=3.3
+pkgrel=3
+pkgdesc='Utility programs used for creating patch files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/diffutils'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('99180208ec2a82ce71f55b0d7389f1b3'
+         '203a2f2101dfcc09cdac655be353fd78')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list