summaryrefslogtreecommitdiff
path: root/user/muparser
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-25 18:27:24 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-25 18:27:24 -0500
commit1363b031b4ddf82e498352665ddd5fe0c6bd4cfc (patch)
tree2be0e2288cf0b5cfce8740d644e0f0cbf6a7d6fd /user/muparser
parentf723ff75f310dced0918965d61bd5982fea3ba50 (diff)
downloadpackages-1363b031b4ddf82e498352665ddd5fe0c6bd4cfc.tar.gz
packages-1363b031b4ddf82e498352665ddd5fe0c6bd4cfc.tar.bz2
packages-1363b031b4ddf82e498352665ddd5fe0c6bd4cfc.tar.xz
packages-1363b031b4ddf82e498352665ddd5fe0c6bd4cfc.zip
user/muparser: modernise
Diffstat (limited to 'user/muparser')
-rw-r--r--user/muparser/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/user/muparser/APKBUILD b/user/muparser/APKBUILD
index d17f539cd..75abbf733 100644
--- a/user/muparser/APKBUILD
+++ b/user/muparser/APKBUILD
@@ -3,18 +3,16 @@
pkgname=muparser
pkgver=2.2.5
pkgrel=0
-pkgdesc="a fast math parser library"
+pkgdesc="Fast math parser library"
url="http://beltoforion.de/article.php?a=muparser"
arch="all"
+options="!check" # No test suite.
license="MIT"
depends=""
makedepends="cmake"
-install=""
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/beltoforion/$pkgname/archive/v$pkgver.tar.gz
muparser-buildsystem.patch"
-builddir="$srcdir/$pkgname-$pkgver"
-options="!check"
build() {
cd "$builddir/build"