updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / oggvideotools / PKGBUILD
blob387622c8d8c085eb20288617ae174d2100f5836b
1 # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
2 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
4 pkgname=oggvideotools
5 pkgver=0.8a
6 pkgrel=1
7 pkgdesc="A collection of tools for manipulating Ogg video files"
8 arch=('i686' 'x86_64')
9 url="http://dev.streamnik.de/oggvideotools.html"
10 license=('GPL')
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')
16 build() {
17   cd $pkgname-$pkgver
19   cmake . -DCMAKE_INSTALL_PREFIX=/usr
22 package() {
23   cd $pkgname-$pkgver
25   make DESTDIR=${pkgdir} install
27 #man pages location fix
28   install -d $pkgdir/usr/share
29   mv $pkgdir/usr/man $pkgdir/usr/share