#Packager: Shane Kelly <skk - at - shanek54 - dot - co - dot - uk>
#Former Packager(s): Name <email@address.com>
#Anything commented out is optional and can be deleted.

pkgname=ffdiaporama
pkgver=1.5
pkgrel=1skk
#arch=noarch
source=( http://download.tuxfamily.org/ffdiaporama/Archives/ffdiaporama_1.5.tar.gz )
sourcetemplate=http://www.shanek54.co.uk/salix/packages/$pkgname/$pkgver/
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=http://ffdiaporama.tuxfamily.org/
#dotnew=()
#CFLAGS=
#CXXFLAGS=
#options=('noextract')

#doinst() {
#
#}

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"ffDiaporama	( Movie creator from photos and video clips ) "
" ffDiaporama is an application for creating video sequences"
"consisting of titles ( fixed or animated), images or photos (fixed or"
"animated), movie clips and music"

" http://ffdiaporama.tuxfamily.org/ " 
)



build() {
	cd $startdir/src/$pkgname-$pkgver
#	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux
	qmake PREFIX=/usr ffDiaporama.pro
	make -j $numjobs || return 1
	make clean
	make install INSTALL_ROOT=$startdir/pkg
} 
