1 # Contributor: Kozec <kozec.at.kozec.dot.com>
3 pkgname=python-easygconf
6 pkgdesc="Easygconf provides an easy, pythonic way to access GConf through a dict-like interface."
8 url="http://www.florian-diesch.de/software/easygconf/"
10 depends=('python2' 'gconf')
11 source=("http://www.florian-diesch.de/software/easygconf/dist/easygconf-$pkgver".tar.gz)
12 md5sums=('654e9d5a593b95badd1e7656e2ee1963')
15 cd $srcdir/easygconf-$pkgver
16 python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1