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

pkgname=dvdspanky
pkgver=1.0.0
pkgrel=1
pkgdesc="CLI tool to transcode any video into DVD MPEG data easily with many features"
arch=('i686' 'x86_64')
url="http://cx.mcmedia.com.au/~jeff/$pkgname-$pkgver.tar.gz"
license="GPL"
depends=('mplayer' 'transcode' 'mjpegtools' 'feh')
makedepends=('pcre>=5.0')
source=(http://cx.mcmedia.com.au/~jeff/$pkgname-$pkgver.tar.gz)
md5sums=('4897e02c4e13f2d809886381178b387d')

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

