aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-03-25 20:09:24 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-03-25 20:14:42 +0100
commitb9e0be7da41d0791705848df13e825120fad664f (patch)
tree6041c8a0b086ff6d4c9550e155a0481e6e38c79d
parent6b7a00f336ce7d33dfded2e345aec3ea50f1e80a (diff)
downloadaports-b9e0be7da41d0791705848df13e825120fad664f.tar.bz2
aports-b9e0be7da41d0791705848df13e825120fad664f.tar.xz
testing/mtex2mml: add -libs subpackage
-rw-r--r--testing/mtex2mml/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mtex2mml/APKBUILD b/testing/mtex2mml/APKBUILD
index d02011df03..c2fe141182 100644
--- a/testing/mtex2mml/APKBUILD
+++ b/testing/mtex2mml/APKBUILD
@@ -3,13 +3,13 @@
pkgname=mtex2mml
_pkgname=mtex2MML
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="A Bison grammar to convert TeX math into MathML"
url="https://github.com/gjtorikian/mtex2MML"
arch="all"
license="GPL2 MPL2 LGPL2.1"
makedepends="cmake bison flex-dev python3"
-subpackages="$pkgname-dev $pkgname-fixtures::noarch"
+subpackages="$pkgname-dev $pkgname-libs $pkgname-fixtures::noarch"
source="$pkgname-$pkgver.tar.gz::https://github.com/gjtorikian/$pkgname/archive/v$pkgver.tar.gz
cmake-fix-install.patch
fix-uthash-includes.patch"