updated on Tue Jan 17 16:10:12 UTC 2012
[aur-mirror.git] / libyahoo2 / PKGBUILD
blob2482f515f95d2e48110c949b4e13ccec9c54a923
1 #Maintainer: Mamut Ghiunhan <venerix at gmail dot com>
2 pkgname='libyahoo2'
3 pkgver='1.0.1'
4 pkgrel='1'
5 pkgdesc="libyahoo2 is a C library interface to the new Yahoo! Messenger protocol. It supports major features of the protocol."
6 arch=('i686' 'x86_64')
7 license=('GPL')
8 depends=()
9 makedepends=('')
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')
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
16   ./configure --prefix=/usr
17   make || return 1
18   make DESTDIR=$pkgdir install || return 1