updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / dvdbackup-bzr / PKGBUILD
blobbc613aa25f0e19a1e962750819bb97310a8b766c
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>
6 pkgname=dvdbackup-bzr
7 pkgver=88
8 pkgrel=1
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')
15 license=('GPL3')
16 url=http://dvdbackup.launchpad.net/
17 _bzrtrunk=lp:dvdbackup
18 _bzrmod=dvdbackup
20 build() {
21   cd $srcdir
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"
26   else
27     bzr co --lightweight -v $_bzrtrunk $_bzrmod
28     msg "Checkout done or server timeout"
29   fi
31   cp -r dvdbackup dvdbackup-build
32   cd dvdbackup-build
33   msg "Starting build..."
34   autopoint 
35   autoreconf --install 
36   ./configure --prefix=/usr 
37   make 
38   make DESTDIR=$pkgdir install