void-packages/srcpkgs/libical/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

21 lines
634 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"
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 run glibc
Add_dependency build flex
Add_dependency build automake
pre_configure()
{
cd ${wrksrc} && ./bootstrap
}