1 # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
2 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
7 pkgdesc="A collection of tools for manipulating Ogg video files"
9 url="http://dev.streamnik.de/oggvideotools.html"
11 depends=('gd' 'libtheora' 'libvorbis' 'sdl')
12 makedepends=('cmake' 'pkgconfig')
13 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
14 md5sums=('e7fcfcc4e91187f7a2ca4aea26c2ce64')
19 cmake . -DCMAKE_INSTALL_PREFIX=/usr
25 make DESTDIR=${pkgdir} install
27 #man pages location fix
28 install -d $pkgdir/usr/share
29 mv $pkgdir/usr/man $pkgdir/usr/share