summaryrefslogtreecommitdiff
path: root/user/libixion/APKBUILD
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-03-11 06:08:46 -0400
committerMax Rees <maxcrees@me.com>2019-03-11 23:36:53 -0400
commit733c27a616a696fb9827219188f7e220f30c0387 (patch)
treeee8b7a018b9efcae78701cb5d8eb6e03cb8d266d /user/libixion/APKBUILD
parent752622911acfdb78b97d079eb2951965ec2447fb (diff)
downloadpackages-733c27a616a696fb9827219188f7e220f30c0387.tar.gz
packages-733c27a616a696fb9827219188f7e220f30c0387.tar.bz2
packages-733c27a616a696fb9827219188f7e220f30c0387.tar.xz
packages-733c27a616a696fb9827219188f7e220f30c0387.zip
user/libixion: bump to 1.14.1
Diffstat (limited to 'user/libixion/APKBUILD')
-rw-r--r--user/libixion/APKBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/user/libixion/APKBUILD b/user/libixion/APKBUILD
index 22de8c82a..174323bd3 100644
--- a/user/libixion/APKBUILD
+++ b/user/libixion/APKBUILD
@@ -1,22 +1,19 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=libixion
-pkgver=0.13.0
+pkgver=0.14.1
pkgrel=0
pkgdesc="A general purpose formula parser & interpreter"
url="https://gitlab.com/ixion/ixion"
arch="all"
license="MPL-2.0"
depends=""
-depends_dev="mdds~1.3"
+depends_dev="mdds~1.4"
makedepends="$depends_dev boost-dev"
subpackages="$pkgname-dev"
-source="http://kohei.us/files/ixion/src/$pkgname-$pkgver.tar.xz
- 32bit.patch
- "
+source="http://kohei.us/files/ixion/src/$pkgname-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -29,21 +26,17 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
dev() {
default_dev
- cd "$builddir"
mkdir -p "$subpkgdir"/usr
mv "$pkgdir"/usr/bin "$subpkgdir"/usr
}
-sha512sums="15784e947164d106e677c59ece53b3cd401d4f9433cc5331a35d3be8332ae4f20a469ca73b30b253433c86da4afde886dfb4ac23e46ed46376a7349e0276c3a0 libixion-0.13.0.tar.xz
-a6d26bfc8721f8f65a1eafa527e5b29166c9e0c45de39493bcaae17896ad6e145b78e123ea01903a96b0fb4a5b7def3dc2d256c3e301a0676e07c840603570ac 32bit.patch"
+sha512sums="e4ae6348833d2178c1dc76916937bcc9d7821dc6570fe13093c441ca22e0301a1ca6a4cf85d9814b83534733dba98f4c4a372791f93bc57173317657675b9ae3 libixion-0.14.1.tar.xz"