Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#1092 - nano update and compile option change

Attached to Project: Arch Linux
Opened by Scott Hillock (seratne) - Friday, 09 July 2004, 15:42 GMT
Task Type Feature Request
Category Packages: Current
Status Closed
Assigned To No-one
Architecture not specified
Severity Very Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

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

Closed by  Judd Vinet (judd)
Friday, 09 July 2004, 19:40 GMT
Reason for closing:  Implemented

Loading...