From 6fb12feea74acb1325e343367a3d5b2a6c1656cb Mon Sep 17 00:00:00 2001 From: Max Rees Date: Fri, 10 Aug 2018 18:48:55 -0400 Subject: user/libqxp: pull in, modernize, split -tools --- user/libqxp/APKBUILD | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 user/libqxp/APKBUILD (limited to 'user') diff --git a/user/libqxp/APKBUILD b/user/libqxp/APKBUILD new file mode 100644 index 000000000..de0a29d66 --- /dev/null +++ b/user/libqxp/APKBUILD @@ -0,0 +1,47 @@ +# Contributor: Leonardo Arena +# Maintainer: Max Rees +pkgname=libqxp +pkgver=0.0.1 +pkgrel=0 +pkgdesc="Import filter and tools for QuarkXPress documents" +url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp" +arch="all" +license="MPL-2.0" +depends="" +depends_dev="librevenge-dev" +makedepends="$depends_dev icu-dev doxygen" +checkdepends="cppunit-dev" +subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" +source="https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz" + +build() { + cd "$builddir" + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --localstatedir=/var \ + make + cd "$builddir/docs" + make +} + +check() { + cd "$builddir" + make check +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +tools() { + mkdir -p "$subpkgdir"/usr + mv "$pkgdir"/usr/bin "$subpkgdir"/usr +} + +sha512sums="a03a9ada658a92f4d985cad91d467b3916334c74dc26c1e4de89e3929e0135ca0e9c7e7e18ce616ef56a67863ec19c2638494400785849017f9a4776df07c607 libqxp-0.0.1.tar.xz" -- cgit v1.2.3-60-g2f50