void-packages/srcpkgs/libical/template

21 lines
592 B
Plaintext

# 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=2
makedepends="flex automake"
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"
pre_configure()
{
cd ${wrksrc} && ./bootstrap
}