summaryrefslogtreecommitdiff
path: root/package/nano
AgeCommit message (Collapse)Author
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-06-30ver bump to 1.3.12Mike Frysinger
2006-04-14830: Bump nano package to v1.3.11Eric Andersen
2006-03-10- quote HOST_CC.Bernhard Reutner-Fischer
Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
2006-01-09ver bump to 1.3.10Mike Frysinger
2005-11-15version bump from 1.3.8 to 1.3.9Mike Frysinger
2005-08-30ver bump to 1.3.8Mike Frysinger
2005-06-09http://bugs.uclibc.org/view.php?id=284Eric Andersen
Nano depends on ncurses. The attached patch (against svn) fixes the package make file.
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-10-14nano URLMike Frysinger
2004-10-14add some help textMike Frysinger
2004-10-14Update a few packagesEric Andersen
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.