mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 00:34:26 +02:00
34 lines
830 B
Text
34 lines
830 B
Text
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
|
pkgname=libqxp
|
|
pkgver=0.0.2
|
|
pkgrel=11
|
|
pkgdesc="Library that parses the file format of QuarkXPress documents."
|
|
url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp"
|
|
arch="all"
|
|
license="MPL-2.0"
|
|
makedepends="librevenge-dev icu-dev doxygen"
|
|
subpackages="$pkgname-dev $pkgname-doc"
|
|
source="https://dev-www.libreoffice.org/src/libqxp/libqxp-$pkgver.tar.xz"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
update_config_guess
|
|
}
|
|
|
|
build() {
|
|
./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--infodir=/usr/share/info
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="409d3df82ac522b39bdd0ef4f0a781b906e246a8e6f502009c095eea90d672c482a7fc5c7f998d89952bc598c6f51357346ed6df490c25cb48e1318e27c50dab libqxp-0.0.2.tar.xz"
|