20 lines
459 B
Bash
20 lines
459 B
Bash
# Template file for 'ne'
|
|
pkgname=ne
|
|
version=2.6
|
|
revision=1
|
|
makedepends="ncurses-devel"
|
|
short_desc="The Nice Editor"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://ne.di.unimi.it/"
|
|
distfiles="http://ne.di.unimi.it//ne-${version}.tar.gz"
|
|
checksum=4a3b2858d628fd599588a9f9fb1f0153f4d40a6408560f5d2676b99695d4b424
|
|
|
|
do_build() {
|
|
make OPTS="$CFLAGS" CC=$CC ${makejobs}
|
|
}
|
|
|
|
do_install() {
|
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
|
}
|