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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Apr 7 09:52:21 UTC 2014


    Date: Monday, April 7, 2014 @ 11:52:21
  Author: spupykin
Revision: 108896

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 108895, dwdiff/trunk/PKGBUILD)
  dwdiff/repos/community-staging-x86_64/
  dwdiff/repos/community-staging-x86_64/PKGBUILD
    (from rev 108895, 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 108895, dwdiff/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-04-07 09:52:21 UTC (rev 108896)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=dwdiff
+pkgver=2.0.9
+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.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 108895, dwdiff/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-04-07 09:52:21 UTC (rev 108896)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=dwdiff
+pkgver=2.0.9
+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.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