updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / ekd / PKGBUILD
blob06662d8eac1c2a18b81ee68e3d57553d83e3ef6f
1 # Contributor: Pierre Chapuis <catwell@archlinux.us>
2 # Contributor: ganymede
4 pkgname=ekd
5 pkgver=20100530
6 pkgrel=3
7 pkgdesc="Pictures and video post-production software"
8 arch=('i686' 'x86_64')
9 url="http://ekd.tuxfamily.org/"
10 license=('GPL')
11 depends=('mplayer' 'ffmpeg2theora' 'imagemagick' 'python2-qt' 'pil' 'python-numpy' 'mjpegtools' 'sox')
12 source=(http://download.tuxfamily.org/ekdforum/ekd/appli/linux/sources/ekd_linux_source_2_0-1_$pkgver.tar.gz)
13 md5sums=('1b01bccfbdd1858937d4bc9acf46f295')
15 build() {
16   install -d $pkgdir/usr/bin/ $pkgdir/usr/share/ekd
17   echo '#!/bin/sh'$'\n''cd /usr/share/ekd && python2 ekd_gui.py' \
18     > $pkgdir/usr/bin/ekd
19   chmod 755 $pkgdir/usr/bin/ekd
20   cp -r ekd_linux_source_2_0-1_$pkgver/* $pkgdir/usr/share/ekd
21   chmod -R 755 $pkgdir/usr/share/ekd