initial commit
[mirrors/ArchLinux-Packages.git] / pidgin-qip-decoder / PKGBUILD
CommitLineData
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
5pkgname=pidgin-qip-decoder
6pkgver=1.3
7pkgrel=1
8pkgdesc="Pidgin plugin to display diacritic letters from QIP IM correctly"
9arch=(i686 x86_64)
10license=('GPL')
11url='http://www.sedaha.cz/drupal/en/content/plugin-qip-decoder-for-pidgin'
12depends=(pidgin)
13source=(
14 'Makefile'
15 "http://www.sedaha.cz/qip-decoder/qip-decoder-${pkgver}.src.zip"
16)
17md5sums=('0822bbc7829e96a2edff2ed4475deb6e'
18 'd1d44bb983a30340b17b139ff41ff954')
19
20build() {
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}
This page took 0.133626 seconds and 4 git commands to generate.