# Depends on: qt4 ffmpeg alsa-lib pulseaudio jack mesa xorg-glu xorg-libx11 xorg-libxext xorg-libxfixes xorg-libxi desktop-file-utils gtk-update-icon-cache 
 
description="A feature-rich screen recorder that supports X11 and OpenGL"
url="http://www.maartenbaert.be/simplescreenrecorder/"
packager="SipoMatadorduCosmos"

PKGMK_KEEP_SOURCES="no"

name=simplescreenrecorder
version=0.3.8
release=2
source=(https://github.com/MaartenBaert/ssr/archive/$version.tar.gz)

build() {
cd ssr-$version
./configure --prefix=/usr --disable-assert
make
make DESTDIR=$PKG install
}
