libical: update to 0.46.
This commit is contained in:
parent
8b8165a334
commit
9ec5d2f400
2 changed files with 8 additions and 5 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run libical
|
Add_dependency run libical
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,21 @@
|
||||||
# Template build file for 'libical'.
|
# Template build file for 'libical'.
|
||||||
pkgname=libical
|
pkgname=libical
|
||||||
version=0.44
|
version=0.46
|
||||||
revision=1
|
|
||||||
distfiles="${SOURCEFORGE_SITE}/freeassociation/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/freeassociation/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-shared"
|
configure_args="--enable-shared"
|
||||||
short_desc="Reference implementation of the iCalendar data type and format"
|
short_desc="Reference implementation of the iCalendar data type and format"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=20a4750df8f4dedd718b55117b8351989e0dfa4ad2c966a383550ed43e6a72d8
|
checksum=000762efb81501421d94ec56343648a62b3bd2884e7cdf6f638e2c207dd8f6a1
|
||||||
long_desc="
|
long_desc="
|
||||||
LIBICAL -- an implementation of iCalendar protocols and data formats."
|
LIBICAL -- an implementation of iCalendar protocols and data formats."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency build flex
|
Add_dependency build flex
|
||||||
|
Add_dependency build automake
|
||||||
|
|
||||||
|
pre_configure()
|
||||||
|
{
|
||||||
|
cd ${wrksrc} && ./bootstrap
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue