libcmis: autoreconf to fix cross-build.

This commit is contained in:
Christian Neukirchen 2015-06-10 14:03:02 +02:00
parent 93853b06e5
commit e88b93dd3f
1 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'libcmis'
pkgname=libcmis
version=0.5.0
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
hostmakedepends="pkg-config libtool automake"
makedepends="libcurl-devel libxml2-devel libcppunit-devel boost-devel"
short_desc="C++ client library for the CMIS interface"
maintainer="Enno Boland <eb@s01.de>"
@ -13,6 +13,10 @@ distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-${version}.tar.gz"
checksum=a87e02913dee3ee659db5abf6d7dafcfcd85dd4b24bf4389d8d4afe8c8dcf9b6
configure_args="--without-man"
post_extract() {
autoreconf -fi
}
libcmis-devel_package() {
depends="libcmis>=${version}_${revision}"
short_desc+=" - development files"