libodfgen, librevenge: Some fixes.

This commit is contained in:
Alexpux
2015-05-03 00:29:49 +03:00
parent c093a3d7c7
commit ef3c7fd1f8
2 changed files with 4 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ prepare() {
}
build() {
[ -d ${srcdir}/build-${MINGW_CHOST} ] && rm -rf ${srcdir}/build-${MINGW_CHOST}
cp -r ${srcdir}/${_realname}-${pkgver} "${srcdir}/build-${MINGW_CHOST}"
cd "${srcdir}/build-${MINGW_CHOST}"
./configure \
@@ -30,6 +31,7 @@ build() {
--enable-shared \
--enable-static \
--with-docs=yes
make
}

View File

@@ -1,7 +1,6 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
_realname=librevenge
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.0.2
pkgrel=1
@@ -26,6 +25,7 @@ prepare() {
build() {
export lt_cv_deplibs_check_method='pass_all'
[ -d ${srcdir}/build-${MINGW_CHOST} ] && rm -rf ${srcdir}/build-${MINGW_CHOST}
cp -r ${srcdir}/${_realname}-${pkgver} "${srcdir}/build-${MINGW_CHOST}"
cd "${srcdir}/build-${MINGW_CHOST}"
./configure \
@@ -35,6 +35,7 @@ build() {
--enable-shared \
--enable-static \
--with-docs=yes
make
}