#Maintainer: R S Ananda Murthy #Former Maintainer(s): Ejis pkgname=recordmydesktop pkgver=0.3.8.1 pkgrel=2 zenver=72 arch=i486 source=("http://sourceforge.net/projects/recordmydesktop/files/recordmydesktop/$pkgver/$pkgname-0.3.8.1.tar.gz" "recordmydesktop-autoreconf.patch" "recordmydesktop-fix-configure-ac-jack-support.patch" "recordmydesktop-sane-theora-defaults.patch" "recordmydesktop-shmstr.h-to-shmproto.h.patch") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://recordmydesktop.sourceforge.net/about.php doinst() { ldconfig } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "recordMyDesktop is a desktop session recorder for linux that attempts" "to be easy to use, yet also effective at it's primary task." "As such, the program is separated in two parts; a simple command line" "tool that performs the basic tasks of capturing and encoding and an" "interface that exposes the program functionality in a usable way." ) build() { cd $startdir/src/$pkgname-$pkgver patch -p1 < $startdir/src/recordmydesktop-autoreconf.patch patch -p1 < $startdir/src/recordmydesktop-fix-configure-ac-jack-support.patch patch -p1 < $startdir/src/recordmydesktop-sane-theora-defaults.patch patch -p1 < $startdir/src/recordmydesktop-shmstr.h-to-shmproto.h.patch ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-jack=yes make || return 1 make check make install DESTDIR=$startdir/pkg }