1 # Maintainer: archtux <antonio.arias99999@gmail.com>
3 pkgname=bombono-dvd-git
6 pkgdesc="DVD authoring program with a nice and clean GUI."
7 url="http://www.bombono.org"
10 depends=('boost' 'dvd+rw-tools' 'dvdauthor' 'gtk2' 'gtkmm' 'graphicsmagick' 'libdvdread' 'libxml++' 'mjpegtools' 'toolame')
11 makedepends=('git' 'scons')
13 _gitroot=git://gitorious.org/bombono-dvd/bombono-dvd.git
19 msg "Connecting to GIT server...."
21 if [ -d $srcdir/$_gitname ] ; then
22 cd $_gitname && git pull --rebase
27 msg "GIT checkout done or server timeout"
28 msg "Starting installation..."
31 scons PREFIX=$pkgdir/usr install