#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=libical pkgver=0.47 zenver=72 pkgrel=1 arch=i486 source=(http://downloads.sourceforge.net/freeassociation/libical-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://www.sourceforge.net/projects/freeassociation/ sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libical - iCalendar library implementation in C" "libical is an open source implementation of the IETF's iCalendar" "calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It" "parses iCal components and provides a C API for manipulating the" "component properties, parameters, and subcomponents." ) build() { cd $startdir/src/$pkgname-$pkgver ./autogen.sh libtoolize --force ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }