1 # Maintainer: JokerBoy (www.punctweb.ro)
3 pkgname=pidgin-logstatus
6 pkgdesc="Logs all the status changes to the buddy history."
8 url="http://bla.thera.be/article/pidgin-status-history"
11 makedepends=('libtool')
12 source=(http://thera.be/my_public/my_projects/$pkgname-$pkgver.tar.bz2 correct-prefix.patch)
13 md5sums=('d870f021c74007a2795759020da15adc' 'b438bd2e3cc8712a2b224da9a63b72cd')
16 cd $srcdir/$pkgname-$pkgver
17 patch -p0 < $srcdir/correct-prefix.patch || return 1
19 make PREFIX=$pkgdir install || return 1