fbterm: use terminfo from ncurses-term
ncurses now provides this terminfo, which causes a file conflict.
This commit is contained in:
parent
b1b3c4dcfd
commit
2be9a6d2ba
@ -1,20 +1,16 @@
|
||||
# Template file for 'fbterm'
|
||||
pkgname=fbterm
|
||||
version=1.7.0
|
||||
revision=6
|
||||
revision=7
|
||||
wrksrc="${pkgname}-${version%.*}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-gpm"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fontconfig-devel gpm-devel"
|
||||
depends="ncurses-term"
|
||||
short_desc="Fast frame buffer based terminal emulator"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/izmntuk/fbterm"
|
||||
distfiles="https://github.com/izmntuk/${pkgname}/archive/v${version%.*}.tar.gz"
|
||||
checksum=68e9742b23d6f143d809a5930f5f22c7e55d7c14a4ab2c8a842e0b5c27b1f863
|
||||
|
||||
post_configure() {
|
||||
sed -i "s,tic,& -o $DESTDIR/usr/share/terminfo," terminfo/Makefile
|
||||
vmkdir usr/share/terminfo
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user