1 # Maintainer: pktfag <pktfag at gmail dot com>
5 pkgver=3.2.2.$_pkgrevision
7 pkgdesc="Chat module of Ya.Online is based on Psi"
9 url="http://nano.yandex.ru/project/online/"
11 depends=('qt>=4.5' 'libxss')
12 source=("http://download.yandex.ru/online/$pkgname-source.tar.gz" "yaeditorcontextmenu.patch")
13 install=$pkgname.install
15 md5sums=('7a293932fc321324b2de642e6ed2f3c7'
16 'c829de9e688234befe334efcc41892cc')
19 cd "$srcdir/$pkgname-source-$_pkgrevision"
20 patch -p0 < "$srcdir/yaeditorcontextmenu.patch"
21 ./configure --prefix=/usr
27 cd "$srcdir/$pkgname-source-$_pkgrevision"
28 make INSTALL_ROOT="$pkgdir" install