5 pkgdesc="the nice editor, without pdf document"
7 url="http://ne.dsi.unimi.it"
9 depends=('glibc' 'ncurses' 'texinfo')
12 options=('!makeflags')
14 source=(http://ne.dsi.unimi.it/${_pkgname}-${pkgver}.tar.gz)
15 md5sums=('552d1e0d2bd5361575daef29f617683c')
18 cd "${srcdir}/${_pkgname}-${pkgver}"
19 cd src make NE_GLOBAL_DIR=/usr/lib/ne
21 make PREFIX="${pkgdir}/usr" install || return 1