* update libstaroffice to 0.0.7-2
This commit is contained in:
parent
01d4c44677
commit
31e3738d77
@ -7,7 +7,7 @@ pkgver=0.0.7
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="filter for old StarOffice documents(.sdc, .sdw, ...) based on librevenge"
|
pkgdesc="filter for old StarOffice documents(.sdc, .sdw, ...) based on librevenge"
|
||||||
url="https://github.com/fosnola/libstaroffice"
|
url="https://github.com/fosnola/libstaroffice"
|
||||||
arch=(x86_64 powerpc64le)
|
arch=(x86_64 powerpc64le riscv64)
|
||||||
license=('MPL2' 'LGPL2.1')
|
license=('MPL2' 'LGPL2.1')
|
||||||
depends=('librevenge')
|
depends=('librevenge')
|
||||||
makedepends=('doxygen')
|
makedepends=('doxygen')
|
||||||
@ -16,7 +16,7 @@ sha256sums=('f94fb0ad8216f97127bedef163a45886b43c62deac5e5b0f5e628e234220c8db')
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr --build=${CHOST}
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user