Search Criteria
Package Details: termcap 1.3.1-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/termcap.git (read-only, click to copy) |
---|---|
Package Base: | termcap |
Description: | Enables programs to use display computer terminals in a device-independent manner |
Upstream URL: | http://www.catb.org/~esr/terminfo/ |
Licenses: | GPL |
Submitter: | beej |
Maintainer: | guzzisti |
Last Packager: | guzzisti |
Votes: | 56 |
Popularity: | 0.45 |
First Submitted: | 2015-08-13 19:46 (UTC) |
Last Updated: | 2021-09-13 19:39 (UTC) |
Dependencies (0)
Required by (22)
- 4store
- cint
- clips
- dataplot
- eresi-git
- es
- es-shell-git (optional)
- femto-emacs-git
- foma
- genius
- gnucap-git
- homegear-git
- homegear-git (make)
- imgcat-git (make)
- jove-git
- metashell
- mit-scheme-git
- nono
- octave-hg
- omega
- Show 2 more...
Latest Comments
dleslie commented on 2020-09-08 16:15 (UTC)
This builds and works on
aarch64
, please add it to the arch list.haawda commented on 2018-05-09 03:58 (UTC)
When this package is installed, ldconfig creates a file /usr/lib/libtermcap.so, which is not tracked by pacman
Add
cd "$pkgdir"/usr/lib
ln lib${pkgname}.so.${pkgver} lib${pkgname}.so
to the package function to avoid this.
kbabioch commented on 2018-03-25 19:43 (UTC)
Had the same problem as @Sandmann when trying to compile the OpenWRT build root, could you please incorporate the modification @beej.
Sandmann commented on 2017-11-03 13:14 (UTC)
tux-86 commented on 2016-09-24 22:21 (UTC)