# Description: DVD authoring tools. # URL: http://dvdauthor.sourceforge.net/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Matt Housh, jaeger at morpheus dot net # Depends on: freetype fribidi libdvdnav libxml2 name=dvdauthor version=0.7.1 release=2 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz dvdauthor-0.7.1-glibc220.patch) build() { cd $name patch -p1 -i $SRC/dvdauthor-0.7.1-glibc220.patch ./configure \ --prefix=/usr \ --mandir=/usr/man make make DESTDIR=$PKG install }