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.
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')
12 depends=('qt' 'phonon' 'taglib')
13 makedepends=('git' 'cmake')
16 _gitroot="git://gitorious.org/auralquiz/auralquiz-dev.git"
17 _gitname="auralquiz-dev"
21 msg "Connecting to GIT server...."
22 if [ -d $_gitname ] ; then
23 cd $_gitname && git pull origin
24 msg "The local files are updated."
26 git clone --depth=1 $_gitroot $_gitname
28 msg "GIT checkout done or server timeout"
33 msg2 "Starting make..."
34 qmake "INSTALL_PREFIX=/usr"