1 # Maintainer: Jorge VillaseƱor <salinasv at gmail dot com>
6 pkgdesc="A client library adding support for the CalDAV protocol (rfc4791). The intension is to have a library which fully implements the protocol so that anybody with relative ease can add CalDAV support to there application."
8 url="http://sourceforge.net/projects/libcaldav/"
11 depends=('curl' 'glib2')
20 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-0.6/$pkgname-$pkgver.tar.gz)
22 md5sums=('1fe80a58b4e018a7b82feee4f806a3fd')
25 cd $srcdir/$pkgname-$pkgver
27 ./configure --prefix=/usr
29 make DESTDIR=$pkgdir install || return 1