1 # Contributor: dan saul <aur@cryingwolf.org>
2 # Contributor: Nick B <Shirakawasuna at gmail _dot_ com>
3 # Contributor: Iven Day <ivenvd@gmail.com>
4 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
9 pkgdesc="Backup contents of video-dvd to harddisk"
10 arch=('i686' 'x86_64')
11 depends=('glib2' 'libdvdread')
12 makedepends=('gettext')
13 conflicts=('dvdbackup')
14 provides=('dvdbackup')
16 url=http://dvdbackup.launchpad.net/
17 _bzrtrunk=lp:dvdbackup
22 msg "Bazaar Checkout..."
23 if [[ -d $_bzrmod/.bzr ]]; then
24 (cd $_bzrmod && bzr update -v && cd ..)
25 msg "Local checkout updated or server timeout"
27 bzr co --lightweight -v $_bzrtrunk $_bzrmod
28 msg "Checkout done or server timeout"
31 cp -r dvdbackup dvdbackup-build
33 msg "Starting build..."
36 ./configure --prefix=/usr
38 make DESTDIR=$pkgdir install