diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-01-19 20:59:39 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-01-19 21:00:37 -0600 |
commit | 6a7a11bf95d41e1df6fa55b21358371a406569c4 (patch) | |
tree | 4408ccdb2a9486796c20f450b83ff70667485b4c /community | |
parent | 2c3d373c278d6ff09c140d95d43855db03eeac6d (diff) | |
download | aports-6a7a11bf95d41e1df6fa55b21358371a406569c4.tar.bz2 aports-6a7a11bf95d41e1df6fa55b21358371a406569c4.tar.xz |
community/libwpd: "/va" -> "/var", mark no tests
Additonally:
* Note that the library is dual-licensed as MPL and LGPL.
* Move depends_dev to makedepends as abuild suggests due to pc: autodep.
Diffstat (limited to 'community')
-rw-r--r-- | community/libwpd/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libwpd/APKBUILD b/community/libwpd/APKBUILD index 9bc45cc4da..1125856d45 100644 --- a/community/libwpd/APKBUILD +++ b/community/libwpd/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=libwpd pkgver=0.10.2 -pkgrel=0 +pkgrel=1 pkgdesc="Import filter and tools for WordPerfect Documents" url="https://sourceforge.net/p/libwpd/" arch="all" -license="MPL-2.0" +options="!check" # No test suite. +license="MPL-2.0 LGPL-2.1+" depends="" -depends_dev="librevenge-dev" -makedepends="$depends_dev doxygen" +makedepends="librevenge-dev doxygen" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" source="http://downloads.sourceforge.net/project/libwpd/libwpd/libwpd-$pkgver/libwpd-$pkgver.tar.bz2" @@ -28,7 +28,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - --localstatedir=/va + --localstatedir=/var make } |