1 # Maintainer: Michal Gawronski <dinth1906@gmail.com>
2 # Contributor: Sevenseven
8 pkgdesc="Libdee is a library that uses DBus to provide objects allowing you to create Model-View-Controller type programs across DBus."
10 url="https://launchpad.net/dee"
12 depends=('glib2-ubuntu')
13 makedepends=('bzr' 'vala' 'gobject-introspection' 'gnome-common' 'gtk-doc')
25 msg "Connecting to the server...."
27 if [ ! -d ./${_bzrmod} ]; then
28 bzr co ${_bzrbranch} ${_bzrmod}
33 msg "BZR checkout done or server timeout"
34 msg "Starting make..."
36 if [[ -d ${srcdir}/build ]]; then
37 msg "Cleaning the previous build directory..."
38 rm -rf ${srcdir}/build
40 bzr clone ${srcdir}/${_bzrmod} ${srcdir}/build
42 ./autogen.sh --prefix=/usr --disable-introspection
48 make DESTDIR="${pkgdir}" install