ncurses-6.0.3 provides terminfo files

This commit is contained in:
Christoph Vigano
2015-09-21 21:10:59 +02:00
parent 478a415f90
commit 0d67ce0fce
2 changed files with 3 additions and 3 deletions

View File

@@ -1,13 +1,12 @@
pkgbase = st pkgbase = st
pkgdesc = A simple virtual terminal emulator for X. pkgdesc = A simple virtual terminal emulator for X.
pkgver = 0.6 pkgver = 0.6
pkgrel = 1 pkgrel = 2
url = http://st.suckless.org url = http://st.suckless.org
arch = i686 arch = i686
arch = x86_64 arch = x86_64
license = MIT license = MIT
makedepends = ncurses makedepends = ncurses
depends = libxext
depends = libxft depends = libxft
source = http://dl.suckless.org/st/st-0.6.tar.gz source = http://dl.suckless.org/st/st-0.6.tar.gz
source = config.h source = config.h

View File

@@ -3,7 +3,7 @@
pkgname=st pkgname=st
pkgver=0.6 pkgver=0.6
pkgrel=1 pkgrel=2
pkgdesc='A simple virtual terminal emulator for X.' pkgdesc='A simple virtual terminal emulator for X.'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('MIT') license=('MIT')
@@ -21,6 +21,7 @@ build() {
package() { package() {
cd $srcdir/$pkgname-$pkgver cd $srcdir/$pkgname-$pkgver
sed -i '/\@tic /d' Makefile
make PREFIX=/usr DESTDIR="$pkgdir" TERMINFO="$pkgdir/usr/share/terminfo" install make PREFIX=/usr DESTDIR="$pkgdir" TERMINFO="$pkgdir/usr/share/terminfo" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README" install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"