### this file is sourced not run
PKGVER=0.7.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=dvdauthor-0.7.1.tar.gz
MD5SUM=2694a5a3ef460106ea3caf0f7f60ff80
SRC_URL=http://downloads.sourceforge.net/dvdauthor/$TARBALL
BUNDLE=

SLACKREQ='libdvdread'
SLACKDESC='dvdauthor: dvdauthor 0.7.1 (DVD-Video authoring tool)  
dvdauthor:  
dvdauthor: DVDAuthor is a set of tools to help you author the file and 
dvdauthor: directory structure of a DVD-Video disc, including programmatic 
dvdauthor: commands for implementing interactive behaviour. It is driven by 
dvdauthor: command lines and XML control files.  
dvdauthor: 
dvdauthor: 
dvdauthor: 
dvdauthor: 
dvdauthor:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --enable-default-video-format=PAL"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


