ne: update to 3.0.

This commit is contained in:
Juan RP 2015-06-20 10:24:03 +02:00
parent 172851ec75
commit 506afcfad9

View file

@ -1,19 +1,18 @@
# Template file for 'ne'
pkgname=ne
version=2.6
version=3.0
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
distfiles="http://ne.di.unimi.it/ne-${version}.tar.gz"
checksum=bb6ff66abad6ce7017ca0a511f11718464c6bbf72ee8dbbcbd1f5d15838c4a82
do_build() {
make OPTS="$CFLAGS" CC=$CC ${makejobs}
make OPTS="$CFLAGS -std=c99" CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
}