summaryrefslogtreecommitdiff
path: root/community-testing/dwdiff/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-11 10:58:03 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-11 10:58:03 -0300
commit650d60fc202a0e359c563e780daed98215ea4bd1 (patch)
tree878025adaa13f36ca6256cf397623648b690d608 /community-testing/dwdiff/PKGBUILD
parentc07ca5cb71d277e9f2fd5c7b94cf8a0021bdfab5 (diff)
removed useless dirs
Diffstat (limited to 'community-testing/dwdiff/PKGBUILD')
-rw-r--r--community-testing/dwdiff/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community-testing/dwdiff/PKGBUILD b/community-testing/dwdiff/PKGBUILD
deleted file mode 100644
index 2b41b97b5..000000000
--- a/community-testing/dwdiff/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 69094 2012-04-09 13:49:12Z tdziedzic $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=dwdiff
-pkgver=2.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.tgz")
-md5sums=('98dd16b58a1f136a2cd49f7dd88c5313')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make prefix="$pkgdir"/usr install
-}