summaryrefslogtreecommitdiffstats
path: root/package/ncurses/ncurses.mk
Commit message (Expand)AuthorAgeFilesLines
* Remove BR2_HAVE_DEVFILESThomas Petazzoni2013-07-041-20/+0
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
* Remove description and url from headerAlexandre Belloni2013-06-061-1/+0
* ncurses: enable shared library build on the hostThomas Petazzoni2013-03-241-1/+1
* ncurses: speed up host buildThomas Petazzoni2013-03-041-1/+4
* ncurses: speed up the build by not installing manpagesThomas Petazzoni2013-03-041-2/+4
* package: use <pkg>_CONFIG_SCRIPTS wherever possibleThomas Petazzoni2013-02-081-7/+1
* packages: remove the last remaining copyright noticesThomas Petazzoni2013-01-201-18/+0
* ncurses: add license infoArnout Vandecappelle (Essensium/Mind)2012-11-141-0/+2
* ncurses: bump to 5.9Thomas Petazzoni2012-07-301-2/+3
* ncurses: get the post staging installation hook called properlyThomas Petazzoni2012-07-261-1/+1
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
* all packages: use new host-xxx-package macrosArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
* ncurses: remove redundant HOST_NCURSES_DEPENDENCIESArnout Vandecappelle (Essensium/Mind)2012-07-151-2/+0
* ncurses: build statically when BR2_PREFER_STATIC_LIBPeter Korsgaard2012-06-291-4/+7
* ncurses: install screen terminfo fileGustavo Zacarias2012-05-071-0/+2
* ncurses: unbreak host build after auto-host-deps changePeter Korsgaard2012-01-181-0/+2
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-2/+2
* ncurses: fix host build breakageGustavo Zacarias2011-09-271-1/+1
* ncurses: remove explicit STRIPCMDPeter Korsgaard2011-08-261-1/+0
* ncurses: fix hanging installation due to old version of ticThomas De Schampheleire2011-08-261-0/+15
* ncurses: roll back to version 5.7Gustavo Zacarias2011-04-241-2/+1
* ncurses: don't build testsPeter Korsgaard2011-04-051-0/+1
* ncurses: version bump to 5.8Mike Frysinger2011-03-271-1/+1
* ncurses: get rid of unused BR2_PACKAGE_NCURSES_TARGET_HEADERS handlingPeter Korsgaard2010-08-301-5/+2
* ncurses: bump to 5.7Gustavo Zacarias2010-06-181-1/+1
* ncurses: fix path to patch ncurses5-configLionel Landwerlin2010-05-031-2/+2
* ncurses: convert to autotools infrastructureLionel Landwerlin2010-05-031-121/+67
* Create $(TARGET_DIR)/usr/lib when installingClark Rawlins2009-11-301-0/+1
* ncurses: remove dedicated target-headers optionPeter Korsgaard2009-10-031-6/+2
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
* ncurses: fixup ncurses5-config scriptPeter Korsgaard2009-03-011-0/+2
* Fix static lib dep for ncursesUlf Samuelsson2009-01-231-1/+3
* Use /usr/lib for ncurses instead of /libUlf Samuelsson2009-01-221-10/+9
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
* Add ncurse-unpacked targetUlf Samuelsson2009-01-121-0/+2
* For some reason we ended up with a link-loop. This does not.Thomas Lundquist2009-01-111-2/+2
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-6/+6
* ncurses: don't follow symlink on ln invocationPeter Korsgaard2008-07-011-1/+1
* * Fixed additional ncurses library install pathNigel Kukard2008-04-101-3/+3
* Some package use ncurses libpanel/libform/libmenu, this config allows to sele...Nigel Kukard2008-04-091-0/+9
* ncurses: cleanup /usr/lib/terminfo symlink handlingPeter Korsgaard2008-03-311-3/+3
* Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fixHamish Moffatt2008-03-261-1/+1
* buildroot: Use BR2_GNU_MIRROR everywherePeter Korsgaard2008-03-111-1/+1
* reverted ncurses makefileJohn Voltz2008-03-071-21/+150
* updated ncurses makefileJohn Voltz2008-03-061-150/+21
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-2/+2
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-3/+3
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...Bernhard Reutner-Fischer2007-08-211-1/+1
* - sed -i -e "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkd...Bernhard Reutner-Fischer2007-08-211-1/+1