updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / byzanz / PKGBUILD
blobdf1c288581951037c529c16761655c5be46a793e
2 # Maintainer: J. W. Birdsong <jwbirdsong AT gmail DOT com>
3 # Contributor: Luciano A. Ferrer <laferrer@gmail.com>
5 pkgname=byzanz
6 pkgver=0.2.3
7 pkgrel=1
8 pkgdesc="A simple tool to record a running X desktop to an animated GIF file."
9 arch=('i686' 'x86_64')
10 url="http://www.susegeek.com/desktop/byzanz-free-opensource-desktop-recording-command-line-tool/"
11 license=('GPL')
12 install=$pkgname.install
13 depends=(gstreamer0.10-base gtk2 cairo )
14 makedepends=(intltool libpanelappletmm )
15 optdepends=('gnome-panel: to use it as gnome panel applet')
17 source=(http://ftp.gnome.org/pub/GNOME/sources/byzanz/0.2/$pkgname-$pkgver.tar.gz)
18 md5sums=('3d69b80fb5d13143f8430b00d2bf861f')
20 build() {
21   cd "$srcdir/$pkgname-$pkgver"
23   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/bin
24   make 
25   make DESTDIR="$pkgdir/" install