1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
2 # Contributor: eric <eric@archlinux.org>
7 pkgdesc="Versatile ncurses-based hex editor."
9 url="http://directory.fsf.org/project/HexCurse/"
11 depends=('ncurses>=5.6-7')
12 options=('!makeflags')
13 source=("http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/$pkgname-$pkgver.tar.gz" "hexcurse-alloca.patch")
14 #source=("http://www.sourcefiles.org/Editors/Hex/$pkgname-$pkgver.tar.gz")
15 md5sums=('c9f9485490300b5111aa429eabfef789' 'fb7723bff0411392fe410839f6105e4f')
18 cd "$srcdir/$pkgname-$pkgver"
20 patch -p0 < ../hexcurse-alloca.patch
24 --mandir=/usr/share/man
30 cd "$srcdir/$pkgname-$pkgver"
32 make DESTDIR="$pkgdir/" install