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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Nov 1 10:18:33 UTC 2015


    Date: Sunday, November 1, 2015 @ 11:18:32
  Author: bpiotrowski
Revision: 145412

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

Added:
  dwdiff/repos/community-staging-i686/
  dwdiff/repos/community-staging-i686/PKGBUILD
    (from rev 145411, dwdiff/trunk/PKGBUILD)
  dwdiff/repos/community-staging-x86_64/
  dwdiff/repos/community-staging-x86_64/PKGBUILD
    (from rev 145411, dwdiff/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: dwdiff/repos/community-staging-i686/PKGBUILD (from rev 145411, dwdiff/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-11-01 10:18:32 UTC (rev 145412)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=dwdiff
+pkgver=2.0.9
+pkgrel=5
+pkgdesc="A front-end for the diff program that operates at the word level instead of the line level"
+arch=('i686' 'x86_64')
+url="http://os.ghalkes.nl/dwdiff.html"
+depends=('diffutils' 'icu')
+license=('GPL')
+source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz")
+md5sums=('f8364e1257011cc9dfe349775a651606')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --without-dwfilter
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="$pkgdir"/usr install
+}

Copied: dwdiff/repos/community-staging-x86_64/PKGBUILD (from rev 145411, dwdiff/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-11-01 10:18:32 UTC (rev 145412)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=dwdiff
+pkgver=2.0.9
+pkgrel=5
+pkgdesc="A front-end for the diff program that operates at the word level instead of the line level"
+arch=('i686' 'x86_64')
+url="http://os.ghalkes.nl/dwdiff.html"
+depends=('diffutils' 'icu')
+license=('GPL')
+source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz")
+md5sums=('f8364e1257011cc9dfe349775a651606')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --without-dwfilter
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="$pkgdir"/usr install
+}



More information about the arch-commits mailing list