2010-04-12 21:19:40 +02:00
|
|
|
# Template build file for 'libical'.
|
|
|
|
pkgname=libical
|
2010-11-08 16:21:50 +01:00
|
|
|
version=0.46
|
2010-04-12 21:19:40 +02:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/freeassociation/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2010-04-12 21:19:40 +02:00
|
|
|
configure_args="--enable-shared"
|
2012-05-23 08:14:33 +02:00
|
|
|
revision=2
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="flex automake"
|
2010-04-12 21:19:40 +02:00
|
|
|
short_desc="Reference implementation of the iCalendar data type and format"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-11-08 16:21:50 +01:00
|
|
|
checksum=000762efb81501421d94ec56343648a62b3bd2884e7cdf6f638e2c207dd8f6a1
|
2010-04-12 21:19:40 +02:00
|
|
|
long_desc="
|
|
|
|
LIBICAL -- an implementation of iCalendar protocols and data formats."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
2010-11-08 16:21:50 +01:00
|
|
|
|
|
|
|
pre_configure()
|
|
|
|
{
|
|
|
|
cd ${wrksrc} && ./bootstrap
|
|
|
|
}
|