# $Id: PKGBUILD 46392 2009-07-17 19:24:22Z giovanni $ # Maintainer: Alexander Baldeck # Contributor: dorphell # Contributor: Tom Newsom pkgname=dvdrtools pkgver=0.3.1 pkgrel=2 pkgdesc="A fork of cdrtools, with the primary goal of supporting writable DVD drives" arch=(i686 x86_64) url="http://savannah.nongnu.org/projects/dvdrtools/" license=('GPL') depends=('glibc' 'file') makedepends=('transcode') optdepends=('transcode: video/DVD ripper and encoder for the terminal/console') conflicts=('cdrkit') source=(ftp://ftp.archlinux.org/other/dvdrtools/$pkgname-$pkgver.tar.gz) md5sums=('5707b7e877b853e258cd738938833006') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --mandir=/usr/share/man || return 1 make || return 1 make DESTDIR=$pkgdir install || return 1 }