1 # Contributor: skualito <lepascalouAT@gmailDOT.com>
5 pkgdesc="phraymd is a free and open source photo collection manager designed for Linux and the gnome desktop."
7 url="https://launchpad.net/phraymd"
9 depends=('python-imaging' 'gnome-python' 'dbus-python' 'pyexiv2' 'pyinotify' )
11 optdepends=('dcraw' 'python-gdata')
18 msg "Connecting to BZR server..."
20 if [ -d ${srcdir}/${_bzrname} ] ; then
21 cd ${_bzrname} && bzr pull ${_bzrbranch}
22 msg "Local repository updated."
26 #bzr branch ${_bzrbranch} -q -r ${pkgver}
28 msg "BZR checkout done or server timeout"
30 python setup.py install --prefix=/usr --install-purelib=/usr/share/phraymd --root=$pkgdir || return 1