# Template file for 'ne' pkgname=ne version=2.5 revision=1 makedepends="ncurses-devel" short_desc="The Nice Editor" maintainer="Juan RP " license="GPL-3" homepage="http://ne.dsi.unimi.it/" distfiles="http://ne.dsi.unimi.it/ne-${version}.tar.gz" checksum=e11581d84ff855c3fab5c2bddc3a4633a3b28bb2ce89508e4568d3c3fc929f58 long_desc=" Ne, the nice editor, is one of the few text editors being both easy to use for the beginner and powerful enough for the wizard, supporting UTF-8 and multi-column characters as well as syntax highlighting. It uses short, intuitive and easy to remember key bindings while providing all the features an editor should have. It is fully configurable allowing the user to change the content of the various menus, to easily create small macros and to easily change the existing key bindings while being a small and fast editor." do_build() { make OPTS="$CFLAGS" CC=$CC ${makejobs} } do_install() { make PREFIX=/usr DESTDIR=${DESTDIR} install }