1 # Maintainer: Philipp Überbacher <hollunder at gmx dot at>
5 pkgdesc="Graphical Audio Language"
7 url="http://galan.sourceforge.net/"
9 depends=('liblrdf' 'libvorbis' 'lash' 'esound' 'libgnomecanvas')
15 _gitroot="git://repo.or.cz/galan.git"
20 msg "Connecting to GIT server...."
22 if [ -d ${_gitname} ] ; then
23 cd ${_gitname} && git pull origin
24 msg "The local files are updated."
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
32 rm -rf "${srcdir}/${_gitname}-build"
33 git clone "${srcdir}/${_gitname}" "${srcdir}/${_gitname}-build"
34 cd "${srcdir}/${_gitname}-build"
38 ./configure --prefix="/usr" || return 1
40 make DESTDIR="${pkgdir}" install || return 1