1 #Maintainer: Mamut Ghiunhan <venerix at gmail dot com>
5 pkgdesc="libyahoo2 is a C library interface to the new Yahoo! Messenger protocol. It supports major features of the protocol."
10 url=('http://libyahoo2.sourceforge.net')
11 source=('http://sourceforge.net/projects/libyahoo2/files/libyahoo2/1.0.1/libyahoo2-1.0.1.tar.bz2')
12 md5sums=('e62dd7bc2dd77622cc0987a4dbf9b38c')
15 cd "$srcdir/$pkgname-$pkgver"
16 ./configure --prefix=/usr
18 make DESTDIR=$pkgdir install || return 1