updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / pidgin-personalbar / PKGBUILD
blobcacdc555d18dcdf192b204f5616f7ff9b04f9c2e
1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
2 # Contributor: Michele Gastaldo <pikiweb@gmail.com>
4 pkgname=pidgin-personalbar
5 pkgver=104
6 pkgrel=1
7 pkgdesc="Allows to set a name and a personal message from your buddy list"
8 url="http://code.google.com/p/pidgin-personalbar/"
9 arch=('i686' 'x86_64')
10 license=('GPL')
11 depends=('msn-pecan')
12 source=("http://$pkgname.googlecode.com/svn-history/r$pkgver/trunk/personalbar.c"
13         "http://$pkgname.googlecode.com/svn-history/r$pkgver/trunk/Makefile")
14 md5sums=('16f2ed4ad925177322f6827060759f47'
15          '7929656d121e3861392ae1a492f08e92')
17 build() {
18   cd "$srcdir"
20   make
23 package() {
24   cd "$srcdir"
26   make DESTDIR="$pkgdir/" install