void-packages/srcpkgs/ne/template

20 lines
459 B
Bash
Raw Normal View History

2013-09-04 11:08:20 +02:00
# Template file for 'ne'
pkgname=ne
2015-04-20 04:29:12 +02:00
version=2.6
revision=1
2013-09-04 11:08:20 +02:00
makedepends="ncurses-devel"
short_desc="The Nice Editor"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2013-09-04 11:08:20 +02:00
license="GPL-3"
2014-11-28 20:43:58 +01:00
homepage="http://ne.di.unimi.it/"
distfiles="http://ne.di.unimi.it//ne-${version}.tar.gz"
2015-04-20 04:29:12 +02:00
checksum=4a3b2858d628fd599588a9f9fb1f0153f4d40a6408560f5d2676b99695d4b424
2013-09-04 11:08:20 +02:00
do_build() {
make OPTS="$CFLAGS" CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
}