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

# source: james
TARBALL=dvdauthor-$PKGVER.tar.gz
MD5SUM=1173dcb8d40e74fc90c0f3a25dbd642d
SRC_URL=http://downloads.sourceforge.net/dvdauthor/$TARBALL
BUNDLE=

SLACKREQ='libdvdread'
SLACKDESC="dvdauthor: dvdauthor $PKGVER (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
}


