# # Chakra Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa # include global config source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=videocatcher pkgver=0.1.5 pkgrel=3 pkgdesc="A videocast client for KDE. It makes it possible to subscribe to video RSS (and ATOM etc.) feeds and easily download videos" arch=('i686' 'x86_64') url="http://kde-apps.org/content/show.php/Videocatcher?content=121556" license=('GPL') depends=(kdepimlibs qt boost) source=(http://kde-apps.org/CONTENT/content-files/121556-$pkgname-$pkgver.tar.bz2) md5sums=('a5e1d149e88296b6aeb4f6e05d0e3d0c') build() { cd "$srcdir/$pkgname-$pkgver" cmake ./ -DCMAKE_INSTALL_PREFIX="/usr" make make DESTDIR="$pkgdir" install }