# Contributor: Jeffrey Grembecki <jeff * mcmedia com au>

pkgname=dvdspanky
pkgver=0.9.1
pkgrel=1
pkgdesc="A tool for transcoding video files to DVD MPEG streams."
arch=('i686' 'x86_64')
url="http://cx.mcmedia.com.au/~jeff/"
license="GPL"
depends=('mplayer' 'transcode' 'pcre>=5.0' 'mjpegtools')
source=(http://cx.mcmedia.com.au/~jeff/$pkgname-$pkgver.tar.gz)
md5sums=('af49dd4ef672733c42415ec1bea23572')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1 
  make DESTDIR=$startdir/pkg install
}

