aboutsummaryrefslogtreecommitdiffstats
path: root/community/ipmiutil
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-08-02 15:16:17 +0300
committerShiz <hi@shiz.me>2018-08-05 03:51:16 +0200
commit55e85fba8423bf53a9baaded98bcee7bcc8a06aa (patch)
treeea7e731f21d8ff1e525230c61486b9345e273557 /community/ipmiutil
parent1098fdf1099e793887fdfff124ad89f263f04739 (diff)
downloadaports-55e85fba8423bf53a9baaded98bcee7bcc8a06aa.tar.bz2
aports-55e85fba8423bf53a9baaded98bcee7bcc8a06aa.tar.xz
community/ipmiutil: clarify license, improve
Diffstat (limited to 'community/ipmiutil')
-rw-r--r--community/ipmiutil/APKBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/community/ipmiutil/APKBUILD b/community/ipmiutil/APKBUILD
index ce9ea4afe5..2d17124b4d 100644
--- a/community/ipmiutil/APKBUILD
+++ b/community/ipmiutil/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="IPMI Management Utilities"
url="http://ipmiutil.sourceforge.net/"
arch="all"
options="!check" # No test suite shipped.
-license="BSD-2-clause BSD-3-clause GPL-2.0"
+license="BSD-2-clause BSD-3-clause GPL-2.0-or-later"
depends=""
depends_dev="libressl-dev"
makedepends="$depends_dev linux-headers"
@@ -14,12 +14,7 @@ subpackages="$pkgname-dev $pkgname-doc"
source="https://downloads.sourceforge.net/project/ipmiutil/ipmiutil-$pkgver.tar.gz
ipmiutil-3.0.7-fix-sha256.patch
"
-
-prepare() {
- default_prepare
- update_config_guess
- update_config_sub
-}
+builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"