summaryrefslogtreecommitdiffstats
path: root/package/ncurses
Commit message (Collapse)AuthorAgeFilesLines
* ncurses: install ncurses5-config and ncursesw5-config (#9044)Jo-Philipp Wich2011-03-211-0/+12
| | | | SVN-Revision: 26255
* ncurses: Split terminfo database into a separate package because S-Lang ↵Daniel Dickinson2011-03-181-4/+18
| | | | | | library needs the terminfo database but doesn't depend on ncurses (and libnewt depends on S-Lang library and is intended to be a lightweight dialog replacement that doesn't depend on the heavy ncurses). SVN-Revision: 26232
* package/ncurses: fix freebsd install issuesAlexandros C. Couloumbis2010-11-261-0/+9
| | | | SVN-Revision: 24149
* From: Joseph Roback <openwrt-devel@roback.cc>Michael Büsch2010-09-071-0/+1
| | | | | | | | 26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages. Signed-off-by: Joe Roback <joe@roback.cc> SVN-Revision: 22965
* ncurses: Add libncursesw packageLars-Peter Clausen2010-08-161-2/+35
| | | | | | Thanks bartbes SVN-Revision: 22669
* package/ncurses: refresh patchesGabor Juhos2010-03-264-20/+17
| | | | SVN-Revision: 20471
* this patch simplifies the Makefile by using PKG_INSTALL:=1 and fixes ↵Travis Kemen2010-03-051-25/+22
| | | | | | | | parallel build. -Raphael SVN-Revision: 19994
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* update ncurses to 5.7 (#4852)Florian Fainelli2009-04-085-7/+256
| | | | SVN-Revision: 15147
* get rid of the ncurses host build - the only reason why it was necessary in ↵Felix Fietkau2009-03-171-20/+1
| | | | | | the first place was because of misuse of the BUILD_CC variable override. SVN-Revision: 14934
* ncurses: make sure the timestamp of copied host utils is current, so that it ↵Felix Fietkau2009-03-171-0/+3
| | | | | | doesn't fall back to attempting to use cross-compiled ones SVN-Revision: 14912
* clean up ncurses makefile based on new host build changesFelix Fietkau2009-03-171-85/+30
| | | | SVN-Revision: 14911
* use $(FPIC) in a few places where it mattersFelix Fietkau2008-08-061-0/+2
| | | | SVN-Revision: 12225
* remove uninstalldev templates (no longer necessary)Felix Fietkau2007-12-251-15/+0
| | | | SVN-Revision: 9906
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-281-24/+24
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-1/+0
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* package Makefile cleanup: remove uneeded varsNicolas Thill2007-09-031-4/+0
| | | | SVN-Revision: 8587
* use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...Nicolas Thill2007-09-031-2/+2
| | | | SVN-Revision: 8578
* move ncurses to trunk and 7.07 (util-linux depends on it)Felix Fietkau2007-07-022-0/+190
SVN-Revision: 7854