Commit | Line | Data |
---|---|---|
209feeb0 H |
1 | # Contributor: Thomas Mudrunka <harvie@@email..cz> |
2 | # Maintainer: Thomas Mudrunka <harvie@@email..cz> | |
3 | # You can also contact me on http://blog.harvie.cz/ | |
4 | ||
5 | pkgname=pidgin-qip-decoder | |
6 | pkgver=1.3 | |
7 | pkgrel=1 | |
ebf35bda | 8 | pkgdesc="Pidgin plugin to display diacritical letters from QIP IM correctly" |
209feeb0 H |
9 | arch=(i686 x86_64) |
10 | license=('GPL') | |
11 | url='http://www.sedaha.cz/drupal/en/content/plugin-qip-decoder-for-pidgin' | |
12 | depends=(pidgin) | |
13 | source=( | |
14 | 'Makefile' | |
15 | "http://www.sedaha.cz/qip-decoder/qip-decoder-${pkgver}.src.zip" | |
16 | ) | |
17 | md5sums=('0822bbc7829e96a2edff2ed4475deb6e' | |
18 | 'd1d44bb983a30340b17b139ff41ff954') | |
19 | ||
20 | build() { | |
21 | make || return 1 | |
22 | mkdir -p ${pkgdir}/usr/lib/pidgin/ | |
23 | cp qip-decoder.so ${pkgdir}/usr/lib/pidgin/ | |
24 | chmod -R 755 ${pkgdir}/ | |
25 | } |