2 # Maintainer: J. W. Birdsong <jwbirdsong AT gmail DOT com>
3 # Contributor: Luciano A. Ferrer <laferrer@gmail.com>
8 pkgdesc="A simple tool to record a running X desktop to an animated GIF file."
10 url="http://www.susegeek.com/desktop/byzanz-free-opensource-desktop-recording-command-line-tool/"
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')
21 cd "$srcdir/$pkgname-$pkgver"
23 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/bin
25 make DESTDIR="$pkgdir/" install