summaryrefslogtreecommitdiffstats
path: root/main/aoetools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-10-30 12:10:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-31 12:07:12 +0000
commit6e2a42fb6612912c4f34ab95bf08c65d75158f62 (patch)
tree31577dc50eeea782bc74862d5c52a4228069d8dc /main/aoetools
parentaba7983636eb4e7341bf39e39e8e356ec61e16e8 (diff)
downloadaports-6e2a42fb6612912c4f34ab95bf08c65d75158f62.tar.bz2
aports-6e2a42fb6612912c4f34ab95bf08c65d75158f62.tar.xz
main/aoetools: upgrade to 36 and specify license
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 4a00a8e72..bfd7c7098 100644
--- a/main/aoetools/APKBUILD
+++ b/main/aoetools/APKBUILD
@@ -1,20 +1,19 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=aoetools
-pkgver=35
+pkgver=36
pkgrel=0
pkgdesc="tools for managing the linux AoE driver"
url="http://aoetools.sourceforge.net/"
-license="GPL"
-depends=
-makedepends=
-install=
-subpackages=
-source="http://downloads.sourceforge.net/aoetools/$pkgname-$pkgver.tar.gz"
arch="all"
+license="GPL2"
+depends=""
+makedepends=""
+install=""
+subpackages=""
+source="http://downloads.sourceforge.net/aoetools/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
-
build() {
cd "$_builddir"
make || return 1
@@ -22,9 +21,9 @@ build() {
package() {
cd "$_builddir"
- make PREFIX="$pkgdir" install
+ make PREFIX="$pkgdir" install || return 1
}
-md5sums="0eb8d57c389c4d736697517ff682d6d3 aoetools-35.tar.gz"
-sha256sums="837684fd8c5ccd15ce82d8e01e5e68e59b3045df200d5d68dc09f458baf33c7c aoetools-35.tar.gz"
-sha512sums="1f40cb33a613953d05314037eb8183cea6e95f973b61c1205260cf48f97e3f10708c1e7c558e7732b89e6cfaf9792ea8e432bd609431af46eadbfc3595709f5a aoetools-35.tar.gz"
+md5sums="bff30daa988a65f69d4448ce4726a6db aoetools-36.tar.gz"
+sha256sums="fb5e2cd0de7644cc1ec04ee3aeb43211cf7445a0c19e13d6b3ed5a8fbdf215ff aoetools-36.tar.gz"
+sha512sums="ee23087bed87308e34d498af41fd0754b9867555822355103182e1194982645a18d59bd7ff5115b81fb40f8cbefbe5368199c9e5d531544e0e2375582be46ba1 aoetools-36.tar.gz"