#Packager: Imar van Erven Dorens #Former Packager(s): None pkgname=libical pkgver=0.44 pkgrel=1ived source=("http://download.zarafa.com/mirror/libical-0.44.tar.gz") sourcetemplate=http://people.salixos.org/imar/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "thanks" "license" "UsingLibical.txt") url="http://sourceforge.net/projects/freeassociation/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libical (iCAL protocol implementation)" "An open source reference implementation of the icalendar data type and" "serialization format. libical is used in dozens of calendaring and" "scheduling products" ) build() { cd $startdir/src/$pkgname-$pkgver rm src/*/{ChangeLog,README} ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }