updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libcaldav / PKGBUILD
blob7977d6f6313294cb4d12bd4ffb377ef12c09d18f
1 # Maintainer: Jorge VillaseƱor <salinasv at gmail dot com>
3 pkgname=libcaldav
4 pkgver=0.6.2
5 pkgrel=1
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."
7 arch=('i686' 'x86_64')
8 url="http://sourceforge.net/projects/libcaldav/"
9 license=('GPL')
10 groups=()
11 depends=('curl' 'glib2')
12 makedepends=(doxygen)
13 optdepends=()
14 provides=()
15 conflicts=()
16 replaces=()
17 backup=()
18 options=()
19 install=
20 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-0.6/$pkgname-$pkgver.tar.gz)
21 noextract=()
22 md5sums=('1fe80a58b4e018a7b82feee4f806a3fd')
24 build() {
25   cd $srcdir/$pkgname-$pkgver
26   autoreconf
27   ./configure --prefix=/usr
28   make || return 1
29   make DESTDIR=$pkgdir install || return 1