updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / auralquiz-dev / PKGBUILD
blob3862e816b6baf0261f864194602eeab3454e2b39
1 # Maintainer: Guybrush <mandarspam at gmail>
2 # A simple music quiz game for GNU/Linux, using your own music files.
3 # Based on Qt and Phonon.
5 pkgname=auralquiz-dev
6 pkgver=20111204
7 pkgrel=1
8 pkgdesc="A simple music quiz game for GNU/Linux, using your own music files.Based on Qt and Phonon."
9 url="git://gitorious.org/auralquiz/auralquiz-dev.git"
10 arch=('i686' 'x86_64')
11 license=('GPL')
12 depends=('qt' 'phonon' 'taglib')
13 makedepends=('git' 'cmake')
14 optdepends=()
16 _gitroot="git://gitorious.org/auralquiz/auralquiz-dev.git"
17 _gitname="auralquiz-dev"
19 build() {
20   cd "$srcdir"
21  msg "Connecting to GIT server...."
22  if [ -d $_gitname ] ; then
23    cd $_gitname && git pull origin
24    msg "The local files are updated."
25  else
26    git clone --depth=1 $_gitroot $_gitname
27  fi
28  msg "GIT checkout done or server timeout"
30   
31   cd "$_gitname"
33   msg2 "Starting make..."
34   qmake "INSTALL_PREFIX=/usr"
35   make