#Maintainer: Ajay Kumar G #Former Maintainer: Godane pkgname=dvdauthor pkgver=0.6.18 pkgrel=1 zenver=66 arch=i486 source=(http://internap.dl.sourceforge.net/sourceforge/dvdauthor/dvdauthor-0.6.18.tar.gz) sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ajaykumar/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://dvdauthor.sourceforge.net/" CFLAGS="-O2 -march=i486 -mtune=i686" CXXFLAGS=$CFLAGS slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "dvdauthor (A simple set of tools to help you author a DVD)" "A simple set of tools to help you author a DVD. The idea is to be " "able to create menus, buttons, chapters, etc, but for now you can " "just take an mpeg stream (as created by mplex -f 8 from mjpegtools " "1.6.0) and write it to DVD." ) build() { cd $startdir/src/$pkgname ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }