Search Criteria
Package Details: termcap 1.3.1-6
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: | |
Submitter: | beej |
Maintainer: | beej |
Last Packager: | beej |
Votes: | 49 |
Popularity: | 0.58 |
First Submitted: | 2015-08-13 19:46 |
Last Updated: | 2018-06-09 21:48 |
Latest Comments
dleslie commented on 2020-09-08 16:15
This builds and works on
aarch64
, please add it to the arch list.haawda commented on 2018-05-09 03:58
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
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
Hi,
thanks for maintaining this package. The final shared object is built without the tparam.c and version.c file which leads to undefined references in one of the packages that I maintain [1]. Thus, I have updated the PKGBUILD script for this package to take care of the issue [2]. It was nice if you could integrate those changes here, too.
Regards
Sven
[1] https://aur.archlinux.org/packages/clips/
[2] https://gist.github.com/anonymous/236523f82315781c67e395a80a28e245
tux-86 commented on 2016-09-24 22:21
It seems that ftp.gnu.org is offline.