summaryrefslogtreecommitdiff
path: root/community/fbterm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fbterm/PKGBUILD')
-rw-r--r--community/fbterm/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/fbterm/PKGBUILD b/community/fbterm/PKGBUILD
index d2ebdb0d7..5d7928410 100644
--- a/community/fbterm/PKGBUILD
+++ b/community/fbterm/PKGBUILD
@@ -1,23 +1,25 @@
-# $Id: PKGBUILD 81466 2012-12-21 12:36:51Z fyan $
+# $Id: PKGBUILD 108611 2014-03-30 05:06:34Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: noonov <noonov@gmail.com>
pkgname=fbterm
pkgver=1.7.0
-pkgrel=5
+pkgrel=6
pkgdesc="A fast terminal emulator for linux with frame buffer device or VESA video card"
arch=('i686' 'x86_64')
url="http://code.google.com/p/fbterm/"
license=('GPL2')
+makedepends=('gpm')
depends=('gcc-libs' 'fontconfig')
-optdepends=('libx86: for VESA video card support')
+optdepends=('libx86: for VESA video card support'
+ 'gpm: for mouse support')
install=fbterm.install
source=("http://fbterm.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
build() {
cd "${srcdir}/${pkgname}-${pkgver%.?}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-gpm
make
}