summaryrefslogtreecommitdiffstats
path: root/package/screen
Commit message (Collapse)AuthorAgeFilesLines
* screen: enable terminfo and install screenrcGustavo Zacarias2012-05-071-1/+10
| | | | | | | | | | Closes #5198 Enable terminfo support as reported on bug #5198 Also install screenrc if it's not already present in the target. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* screen: fix build when libelf is enabledPeter Korsgaard2012-04-151-2/+2
| | | | | | | | | | screen's configure script thinks it is running on a SVR4 system when it detects libelf, breaking the build. At the same time cleanup the package somewhat, and ensure the correct CFLAGS are used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* screen: bump to version 4.0.3Gustavo Zacarias2010-12-223-5/+2Star
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* * Simplify the screen install, no versioned binaries, no symlink to ↵Nigel Kukard2009-01-031-11/+15
| | | | versioned binary
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-5/+5
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* * Added screenNigel Kukard2008-05-014-0/+571
The cross compile fix is unavoidable