updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bombono-dvd-git / PKGBUILD
blobf0abe770234b3fb3ddf9150cb96956f6df1d381a
1 # Maintainer: archtux <antonio.arias99999@gmail.com>
3 pkgname=bombono-dvd-git
4 pkgver=20110226
5 pkgrel=1
6 pkgdesc="DVD authoring program with a nice and clean GUI."
7 url="http://www.bombono.org"
8 arch=('i686' 'x86_64')
9 license=('GPL2')
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
14 _gitname=bombono-dvd
16 build() {
17   cd $srcdir
19    msg "Connecting to GIT server...."
21    if [ -d $srcdir/$_gitname ] ; then
22      cd $_gitname && git pull --rebase
23    else
24      git clone $_gitroot
25    fi
27    msg "GIT checkout done or server timeout"
28    msg "Starting installation..."
30   cd $_gitname
31   scons PREFIX=$pkgdir/usr install