aboutsummaryrefslogtreecommitdiffstats
path: root/main/aoetools
diff options
context:
space:
mode:
author7heo <7heo@mail.com>2016-09-13 15:30:25 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-09-14 00:17:43 +0200
commit1b07bb7b3b0ecf2ced15d8b437fc9ccb5664e68f (patch)
tree6e154422d0f89db3dc9109ed999ee2a4a7689223 /main/aoetools
parentf3f8970f27d91d39a1780d0c342c1c4ef19935e0 (diff)
main/aoetools: upgrade to 37
Diffstat (limited to 'main/aoetools')
-rw-r--r--main/aoetools/APKBUILD23
1 files changed, 11 insertions, 12 deletions
diff --git a/main/aoetools/APKBUILD b/main/aoetools/APKBUILD
index f8f1b22b5db..48bd7fe0c0d 100644
--- a/main/aoetools/APKBUILD
+++ b/main/aoetools/APKBUILD
@@ -1,29 +1,28 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=aoetools
-pkgver=36
-pkgrel=1
+pkgver=37
+pkgrel=0
pkgdesc="tools for managing the linux AoE driver"
-url="http://aoetools.sourceforge.net/"
+url="https://github.com/OpenAoE/aoetools"
arch="all"
license="GPL2"
depends=""
-makedepends="linux-headers "
-install=""
+makedepends="linux-headers"
subpackages="$pkgname-doc"
-source="http://downloads.sourceforge.net/aoetools/$pkgname-$pkgver.tar.gz"
+source="https://github.com/OpenAoE/$pkgname/archive/$pkgname-$pkgver.tar.gz"
+builddir="$srcdir/$pkgname-$pkgname-$pkgver"
-_builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$_builddir"
+ cd "$builddir"
make || return 1
}
package() {
- cd "$_builddir"
+ cd "$builddir"
make PREFIX="$pkgdir" install || return 1
}
-md5sums="bff30daa988a65f69d4448ce4726a6db aoetools-36.tar.gz"
-sha256sums="fb5e2cd0de7644cc1ec04ee3aeb43211cf7445a0c19e13d6b3ed5a8fbdf215ff aoetools-36.tar.gz"
-sha512sums="ee23087bed87308e34d498af41fd0754b9867555822355103182e1194982645a18d59bd7ff5115b81fb40f8cbefbe5368199c9e5d531544e0e2375582be46ba1 aoetools-36.tar.gz"
+md5sums="4da4efa2dcb1a5b5f6bed570c2d2e629 aoetools-37.tar.gz"
+sha256sums="477e796f5c18e8c0e61b5d88e1759c68249e8e0210c2f3de2b98680e2cc63e32 aoetools-37.tar.gz"
+sha512sums="4ff8f48f20d5ce8fb795373eff959f827b2c829d71c5ac5e63bcc2102aa7205d20991b70766330eed83b13b9731486fb6db777df13ba682f65823f455421632e aoetools-37.tar.gz"