updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / pidgin-knotifications / PKGBUILD
bloba24789916ba0b07062c26f71312fac33a9bbab7a
1 # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
2 pkgname=pidgin-knotifications
3 pkgver=0.3.6
4 pkgrel=1
5 pkgdesc="A Pidgin plugin that provides KDE4/Gnome/Growl for Windows notifications"
6 arch=('any')
7 url="http://code.google.com/p/pidgin-knotifications/"
8 license=('GPL2')
9 depends=('pidgin' 'perl-libwww')
10 makedepends=('pkg-config')
11 optdepends=('kdebase-kdialog: KDE notification support'
12   'libnotify: Gnome notification support')
13 source=("http://pidgin-knotifications.googlecode.com/files/knotifications-${pkgver}.pl")
14 sha256sums=('7088213bf11240f4f197017143aeef6b4b2025cfefb11bf8107868e3547d9091')
16 package() {
17   install -D -m755 -v "${srcdir}"/knotifications-0.3.6.pl "${pkgdir}$(pkg-config --variable=plugindir purple)/knotifications.pl"
20 # vim:set ts=2 sw=2 et: