void-packages/srcpkgs/libical/template

25 lines
749 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=3
makedepends="flex automake libtool"
short_desc="Reference implementation of the iCalendar data type and format"
homepage="http://sourceforge.net/projects/freeassociation/"
license="LGPL-2.1, MPL-1"
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}
sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g" -i configure.in
./bootstrap
}