updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / python-easygconf / PKGBUILD
blob1023a750495ae7ec823c75cda1f2b9d798c649b4
1 # Contributor: Kozec <kozec.at.kozec.dot.com>
3 pkgname=python-easygconf
4 pkgver=0.03
5 pkgrel=3
6 pkgdesc="Easygconf provides an easy, pythonic way to access GConf through a dict-like interface."
7 arch=(i686 x86_64)
8 url="http://www.florian-diesch.de/software/easygconf/"
9 license=('BSD')
10 depends=('python2' 'gconf')
11 source=("http://www.florian-diesch.de/software/easygconf/dist/easygconf-$pkgver".tar.gz)
12 md5sums=('654e9d5a593b95badd1e7656e2ee1963')
14 build() {
15   cd $srcdir/easygconf-$pkgver
16   python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1