4 pkgdesc="A D-Bus debugger and explorer"
6 url="http://live.gnome.org/DFeet/"
8 depends=('python2' 'pygtk' 'dbus-python' 'gtk-update-icon-cache')
9 makedepends=('python2-distribute')
10 install="d-feet.install"
11 source=(http://download.gnome.org/sources/d-feet/0.1/${pkgname}-${pkgver}.tar.xz)
12 sha256sums=('3f289333f45928beb7d56d2a9d7b9a6fcf666fb2d8e557faf8b90230897cab82')
15 cd "$srcdir/${pkgname}-${pkgver}"
16 python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 -O2