summaryrefslogtreecommitdiffstats
path: root/abs/not_built/extra/terminal/PKGBUILD
blob: 1acef9da73a1c97f374d881c4aec637ca6e70560 (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
25
26
27
28
29
30
31
32
# $Id: PKGBUILD 80889 2010-05-22 15:58:57Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: tobias <tobias funnychar archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>

pkgname=terminal
pkgver=0.4.5
pkgrel=1
pkgdesc="A modern terminal emulator primarly for the Xfce desktop environment"
arch=(i686 x86_64)
license=('GPL2')
url="http://www.xfce.org/projects/terminal/"
groups=('xfce4')
depends=('exo>=0.3.107' "vte>=0.24.1" 'dbus-glib>=0.86'
	 'startup-notification>=0.10' 'hicolor-icon-theme')
makedepends=('pkgconfig' 'intltool')
options=('!libtool')
install=terminal.install
source=(http://archive.xfce.org/src/apps/${pkgname}/0.4/Terminal-${pkgver}.tar.bz2)
md5sums=('3c707628e2e97c6d9566cd74d400036a')

build() {
  cd ${srcdir}/Terminal-${pkgver}
  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
    --localstatedir=/var --disable-static || return 1
  make || return 1
}

package() {
  cd ${srcdir}/Terminal-${pkgver}
  make DESTDIR=${pkgdir} install || return 1
}