1 # Contributor: fnord0 < fnord0 AT riseup DOT net >
6 pkgdesc=('[N]Curses Hexedit is a full screen hex editor using the curses, ncurses, or pdcurses library')
8 url=("http://www.rogoyski.com/adam/programs/hexedit/")
11 optdepends=('pdcurses: cross-platform curses implementation')
12 source=("http://www.rogoyski.com/adam/programs/hexedit/hexedit-$pkgver.tar.gz")
13 md5sums=("2658b81ab1bd0813c0117e9459071c13")
14 sha1sums=("642abf8c966d1ad3e82b3ff0e1abd3c342d44b7f")
17 cd ${srcdir}/hexedit-$pkgver
19 ./configure --prefix=/usr --infodir=/usr/share/info || return 1
24 cd ${srcdir}/hexedit-$pkgver
25 make DESTDIR="$pkgdir/" install || return 1