Date: Monday, April 24, 2017 @ 20:16:18
  Author: foutrelis
Revision: 225205

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 225204, dwdiff/trunk/PKGBUILD)
  dwdiff/repos/community-staging-x86_64/
  dwdiff/repos/community-staging-x86_64/PKGBUILD
    (from rev 225204, 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 225204, 
dwdiff/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-04-24 20:16:18 UTC (rev 225205)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+
+pkgname=dwdiff
+pkgver=2.1.0
+pkgrel=2
+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.tar.bz2";)
+sha256sums=('45308f2f07c08c75c6ebd1eae3e3dcf7f836e5af1467cefc1b4829777c07743a')
+
+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 225204, 
dwdiff/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-24 20:16:18 UTC (rev 225205)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+
+pkgname=dwdiff
+pkgver=2.1.0
+pkgrel=2
+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.tar.bz2";)
+sha256sums=('45308f2f07c08c75c6ebd1eae3e3dcf7f836e5af1467cefc1b4829777c07743a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --without-dwfilter
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="$pkgdir"/usr install
+}

Reply via email to