New package: ne-2.5.
This commit is contained in:
parent
fc069902f5
commit
fcfb465836
1 changed files with 34 additions and 0 deletions
34
srcpkgs/ne/template
Normal file
34
srcpkgs/ne/template
Normal file
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue