updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / pidgin-sound / PKGBUILD
blob19f50a332cedcfd1d155a286d0164867e1d200b9
1 # Maintainer:  Michael Kogan <michael dot kogan at gmx dot net>
3 pkgname=pidgin-sound
4 pkgver=1.2.1
5 pkgrel=1
6 pkgdesc="A plugin that adds sounds for some sound notifications to pidgin (e.g. 'Incoming Filetransfer' or 'Authentication requested')"
7 arch=('i686' 'x86_64')
8 url="http://pidgin-sound.sourceforge.net/"
9 license=('GPL')
10 depends=('pidgin')
11 makedepends=('intltool')
12 source=(http://launchpad.net/pidgin-advanced-sound-notification/trunk/$pkgver/+download/pidgin-advanced-sound-notification-$pkgver.tar.gz)
13 md5sums=('542de11129bcf893f1626185f780c16f')
15 build() {
16     cd "$srcdir/pidgin-advanced-sound-notification-$pkgver"
17     ./configure --prefix=/usr
18     make || return 1
19     make DESTDIR=$pkgdir install || return 1