1 # Maintainer: Laurent Carlier <lordheavym@gmail.com>
3 pkgname=shared-desktop-ontologies-git
6 pkgdesc="Ontologies necessary for the Nepomuk semantic desktop (git version)"
8 url="http://sourceforge.net/apps/trac/oscaf/"
10 makedepends=('cmake' 'git')
11 conflicts=('shared-desktop-ontologies')
12 provides=('shared-desktop-ontologies')
14 _gitroot="git://oscaf.git.sourceforge.net/gitroot/oscaf/shared-desktop-ontologies"
15 _gitname="shared-desktop-ontologies"
20 msg "Connecting to the GIT server...."
22 if [[ -d ${srcdir}/$_gitname ]] ; then
25 msg "The local files are updated."
30 msg "GIT checkout done"
31 msg "Starting make..."
33 rm -rf ${srcdir}/build && mkdir ${srcdir}/build
37 -DCMAKE_INSTALL_PREFIX=/usr
45 make DESTDIR=${pkgdir} install