summaryrefslogtreecommitdiffstats
path: root/abs/extra/vte/PKGBUILD
blob: 6b2f79e66d04009bf960e173be5385b08adb2fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id: PKGBUILD 99488 2010-11-14 20:01:04Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>

pkgname=vte
pkgver=0.26.2
pkgrel=1
pkgdesc="Virtual Terminal Emulator library"
arch=('i686' 'x86_64')
license=('LGPL')
depends=('gtk2>=2.22.0')
options=('!libtool')
makedepends=('pygtk>=2.22.0' 'intltool' 'gobject-introspection')
url="http://www.gnome.org"
source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.26/vte-${pkgver}.tar.bz2)
sha256sums=('f02c350340266c9515a98b8f69c72b4bdc53b352cd053624a63a7cb97ddec9bd')
build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  ./configure --prefix=/usr --sysconfdir=/etc \
      --libexecdir=/usr/lib/vte \
      --localstatedir=/var --disable-static \
      --enable-introspection
  make
  make DESTDIR="${pkgdir}" install
}