PKGBUILDs/extra/dvdauthor/PKGBUILD
2009-10-09 21:23:22 -05:00

22 lines
719 B
Bash

# $Id: PKGBUILD 44494 2009-07-02 07:35:35Z allan $
# Maintainer: Travis Willard <travisw@wmpub.ca>
# Contributor: Jaroslaw Swierczynski <swiergot@juvepoland.com>
# Contributor: Nicolai Lissner <nlissne@linux01.gwdg.de>
pkgname=dvdauthor
pkgver=0.6.14
pkgrel=5
pkgdesc="DVD authoring tools"
arch=('i686' 'x86_64')
url="http://dvdauthor.sourceforge.net/"
license=('GPL')
depends=('libdvdread>=4.1.3' 'imagemagick>=6.5.3.10')
source=(http://downloads.sourceforge.net/sourceforge/dvdauthor/${pkgname}-${pkgver}.tar.gz)
md5sums=('bd646b47950c4091ffd781d43fd2c5e9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}