FS#1092 - nano update and compile option change
|
Details
available version is 1.2.3 and the latest is 1.2.4. Also I'm
sure some people might like the compile options
"--enable-color --enable-nanorc" to be added.
The following PKGBUILD has the extra compile options enabled Code: # $Id: PKGBUILD,v 1.12 2004/07/09 01:49:41 judd Exp $ # Maintainer: Judd <judd@archlinux.org> pkgname=nano pkgver=1.2.4 pkgrel=1 pkgdesc="Pico editor clone with enhancements" url="http://www.nano-editor.org" depends=('glibc' 'ncurses') source=(http://www.nano-editor.org/dist/v1.2/nano-$pkgver.tar.gz) md5sums=('2c513310ec5e8b63abaecaf48670ac7a') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --enable-color --enable-nanorc make || return 1 make DESTDIR=$startdir/pkg install } |
This task depends upon