21 lines
620 B
Text
21 lines
620 B
Text
# Template build file for 'libical'.
|
|
pkgname=libical
|
|
version=0.46
|
|
distfiles="${SOURCEFORGE_SITE}/freeassociation/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-shared"
|
|
revision=1
|
|
short_desc="Reference implementation of the iCalendar data type and format"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=000762efb81501421d94ec56343648a62b3bd2884e7cdf6f638e2c207dd8f6a1
|
|
long_desc="
|
|
LIBICAL -- an implementation of iCalendar protocols and data formats."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build flex
|
|
Add_dependency build automake
|
|
|
|
pre_configure()
|
|
{
|
|
cd ${wrksrc} && ./bootstrap
|
|
}
|