PKGBUILDs/extra/libzvt/PKGBUILD

26 lines
808 B
Bash
Raw Normal View History

2009-10-10 02:23:22 +00:00
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Contributor: Tobias Kieslich <tobias@justdreams.de>
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libzvt
pkgver=2.0.1
pkgrel=5
pkgdesc="Zed's virtual terminal library"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
url="http://ftp.gnome.org/pub/GNOME/sources/libzvt"
depends=('gtk2>=2.10.14-3' 'libart-lgpl>=2.3.19')
makedepends=('pkgconfig')
options=('!libtool')
source=(ftp://ftp.gnome.org/pub/GNOME/sources/libzvt/2.0/${pkgname}-${pkgver}.tar.bz2)
md5sums=('4bbea49495a341650fa1f89908e6554e')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--libexecdir=/usr/lib
make || return 1
make DESTDIR=${startdir}/pkg install || return 1
}