# Contributor: Andreas Baumann # Contributor: Guillaume DUMOULIN # Contributor: elsixdiab pkgname=congruity pkgver=18 pkgrel=2 pkgdesc='A GUI application for programming Logitech(R) Harmony(TM) remote controls.' arch=('any') url='http://congruity.sourceforge.net/' license=('GPL3') depends=('desktop-file-utils' 'python2-suds' 'python-libconcord>=1.1' 'wxpython2.8') install="$pkgname.install" source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2") sha256sums=('16cee522b3e0b2c76ae4527110cb517af015aa8d56b1e72b7cbfa9df06739878') package() { cd "$srcdir/$pkgname-$pkgver" sed -i 's@wxversion.ensureMinimal@wxversion.select@g' congruity mhgui sed -i 's@#!/usr/bin/env python@#!/usr/bin/env python2@g' congruity mhgui sed -i 's@#!/usr/bin/python@#!/usr/bin/env python2@g' mhmanager.py make DESTDIR="$pkgdir" PREFIX=/usr install } # vim:set ts=2 sw=2 et: