summaryrefslogtreecommitdiff
path: root/community/vbindiff/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-17 00:11:55 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-17 00:11:55 -0300
commitb3d851540186419305a4b89ba8e5320f4e7fa56d (patch)
tree4d8a05d5b84a06b60b56343950ab1a7f88e831ea /community/vbindiff/PKGBUILD
parentfdd03e5ecce11853fa939682ed87e938605d36be (diff)
parent7d13548d48c1e98b9c12201685fd6fef5e9388db (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/autocutsel/PKGBUILD multilib-testing/lib32-mesa/PKGBUILD multilib/lib32-mesa/PKGBUILD
Diffstat (limited to 'community/vbindiff/PKGBUILD')
-rw-r--r--community/vbindiff/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/community/vbindiff/PKGBUILD b/community/vbindiff/PKGBUILD
new file mode 100644
index 000000000..12a64d771
--- /dev/null
+++ b/community/vbindiff/PKGBUILD
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 45041 2011-04-14 10:57:46Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: tyr0 <thomas.hoernes@gmx.at>
+
+pkgname=vbindiff
+pkgver=3.0_beta4
+pkgrel=2
+pkgdesc="displays files in hexadecimal and ASCII (or EBCDIC) and highlight the differences between them"
+arch=('i686' 'x86_64')
+url="http://www.cjmweb.net/vbindiff/"
+license=('GPL')
+depends=('gcc-libs' 'ncurses')
+source=($url/$pkgname-$pkgver.tar.gz)
+md5sums=('dbda80ef580e1a0975ef50b9aaa5210e')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=$pkgdir/usr
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make install
+}