You are not logged in.
Pages: 1
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
# $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
}
Offline
update: use flag-out-of-date
--enable-color: hey, good idea, then i would not longer must use my own pkg for it (;-)) : use bugs.archlinux.org to tell the maintainer about it
The impossible missions are the only ones which succeed.
Offline
flag out of date means search for the package on the front page and click the button that says mark this package as out of date. (if it's been marked, then it doesn't have to be marked).
Offline
Pages: 1