From fcfb465836b0bb6237575b06f91ebb8a68ee2443 Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Wed, 4 Sep 2013 11:08:20 +0200 Subject: [PATCH] New package: ne-2.5. --- srcpkgs/ne/template | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 srcpkgs/ne/template diff --git a/srcpkgs/ne/template b/srcpkgs/ne/template new file mode 100644 index 0000000000..5b895db393 --- /dev/null +++ b/srcpkgs/ne/template @@ -0,0 +1,34 @@ +# Template file for 'ne' +pkgname=ne +version=2.5 +revision=1 +makedepends="ncurses-devel" +short_desc="The Nice Editor" +maintainer="Juan RP <xtraeme@gmail.com>" +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 +} + +ne_package() { + pkg_install() { + vmove all + } +}