updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / galleryremote / PKGBUILD
blob0a78a643a443b19b284312a2ac5db14504466d20
1 # Contributor: Bernhard Tittelbach <xro@realraum.at>
3 pkgname=galleryremote
4 pkgver=0.4
5 pkgrel=1
6 pkgdesc="GalleryRemote is a Python package for communicating with Gallery installations using the Gallery Remote Protocol"
7 arch=('i686' 'x86_64')
8 url="http://code.google.com/p/galleryremote/"
9 license=('LGPL')
10 depends=('python2')
11 source=(http://galleryremote.googlecode.com/files/GalleryRemote-$pkgver.tar.gz)
12 md5sums=('5563998949d727f698d775bdc40fb09f')
14 build() {
15   cd $startdir/src/GalleryRemote-$pkgver
16   python2 setup.py install --root=${pkgdir}