# $Id$ # Maintainer: Jonathan Steel # Contributor: Aaron Griffin # Contributor: Mathieu Clabaut pkgname=lsdvd pkgver=0.17 pkgrel=1 pkgdesc="Console application that displays the content of a DVD" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/lsdvd/" license=('GPL2') depends=('libdvdread') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('32e63ff932ee2867e023ad3e74e14dcb') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }