aboutsummaryrefslogtreecommitdiffstats
path: root/main/mdds
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-04 12:58:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-05 13:37:25 +0000
commit3a20bd3a48c6053678db7d98a0d0c5de8e4e4b01 (patch)
treeb439e6f6959feb57fb0bf9e1d2803ba1c2fb870c /main/mdds
parente209f713f1bd1f1c9aa40d48d459f12aff479bd7 (diff)
downloadaports-3a20bd3a48c6053678db7d98a0d0c5de8e4e4b01.tar.bz2
aports-3a20bd3a48c6053678db7d98a0d0c5de8e4e4b01.tar.xz
main/mdds: upgrade to 0.12.1
Diffstat (limited to 'main/mdds')
-rw-r--r--main/mdds/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/main/mdds/APKBUILD b/main/mdds/APKBUILD
index c049b71707..e605a5d520 100644
--- a/main/mdds/APKBUILD
+++ b/main/mdds/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=mdds
-pkgver=0.12.0
+pkgver=0.12.1
pkgrel=0
pkgdesc="Multi-dimentional data index algorithm"
url="https://code.google.com/p/multidimalgorithm/"
@@ -43,8 +43,10 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ install -d 755 "$pkgdir"/usr/lib
+ mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib/
}
-md5sums="17edb780d4054e4205cd956910672b83 mdds_0.12.0.tar.bz2"
-sha256sums="2a22de23ca828886625120e9d40fccd6333458a1934a13d2c982b6f9403e5981 mdds_0.12.0.tar.bz2"
-sha512sums="462f6e3701eb7cce872ce0a76d826886eedccf5ca20293d03744b6d6d5ff1ef16770c6abce1c9118829e252e90783e206d281006d0d4e7e9b328ed9ae37264c1 mdds_0.12.0.tar.bz2"
+md5sums="ef2560ed5416652a7fe195305b14cebe mdds_0.12.1.tar.bz2"
+sha256sums="23565e9d7810a6ac30478833813db847f80e927b414a7be07b7cc03ed3aae83d mdds_0.12.1.tar.bz2"
+sha512sums="852f58e1f3c18aef78646c2bd6b34dc544fc06cba7ef6bda2a44fd5e681bf47bbf7389505061ddd81797b0bdf343e55f060397a1ccc582c73990bc74d36575a6 mdds_0.12.1.tar.bz2"