updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / behafucha / PKGBUILD
blob0682476a8e623b1e5904706adc4c72482db0a5a8
1 # Maintainer: Yoel Lion <yoel3ster at gmail dot com>
2 # Last Contributor: adamruss
3 pkgname=behafucha
4 pkgver=0.7
5 pkgrel=6
6 pkgdesc="Convert English/Hebrew text to Hebrew/English text"
7 arch=('i686' 'x86_64')
8 url="http://hafuchalhafuch.sourceforge.net"
9 license=('GPL')
10 depends=(bc zenity pygtk xsel xvkbd)
11 source=(http://garr.dl.sourceforge.net/project/hafuchalhafuch/Behafucha/$pkgver/Behafucha_$pkgver-1.tar.gz)
12 md5sums=('bc90d78dd229bf88e7660e8f77607a6d')
14 build() {
15   cd $srcdir
16   sed -i '1c#!/usr/bin/python2' Behafucha.py
17   sed -i '3c python2 /usr/lib/Behafucha/Behafucha.py' $pkgname
18   install -Dm 755 $pkgname $pkgdir/usr/bin/$pkgname
19   install -Dm 644 Behafucha.py $pkgdir/usr/lib/Behafucha/Behafucha.py
20   install -Dm 644 $pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
21   install -Dm 644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png