[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/ne/ne.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A nice console text editor [T] An easy to use text editor. All basic editing, regexp search, undo/redo, [T] cut/copy/paste (including rectangular marks) and a reasonable interface. [U] https://ne.di.unimi.it/ [A] Sebastiano Vigna [A] Todd M. Lewis [M] Rene Rebe [C] extra/editor [F] CROSS NOPARALLEL [L] GPL [S] Stable [V] 3.3.4 [D] ba35acf137606b3b5b5e928584fec37ef1bfd225575c4d719e827ec0 ne-3.3.4.tar.gz https://ne.di.unimi.it/ var_append makeopt ' ' "-C src GLOBALDIR=$root/$prefix/lib LIBS=-lncurses" makeinstopt= ne_install() { mkdir -p $root$mandir/man1 $root$infodir install -m 755 -o root -g root src/ne $root$bindir install -m 644 -o root -g root doc/ne.info* $root$infodir install -m 644 -o root -g root doc/ne.1 $root$mandir/man1 } hook_add postmake 5 ne_install