aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-06-01 15:08:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-16 14:33:02 +0200
commit6c96e04e67498394ca49b3f5ee683a089c7b808d (patch)
treed91a3fe1bd33a889e71d05ff8d7f43378595a764
parentb95bfcc998819366a8cadce0f079feda32c8c2ab (diff)
downloadalpine_aports-6c96e04e67498394ca49b3f5ee683a089c7b808d.tar.bz2
alpine_aports-6c96e04e67498394ca49b3f5ee683a089c7b808d.tar.xz
alpine_aports-6c96e04e67498394ca49b3f5ee683a089c7b808d.zip
main/powerpc-utils: add missing dependencies
powerpc-utils needs bash and bc to work. I am adding both as depedency and also assing me as this package maintainer.
-rw-r--r--main/powerpc-utils/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/powerpc-utils/APKBUILD b/main/powerpc-utils/APKBUILD
index e514f48687..2fd02cd88d 100644
--- a/main/powerpc-utils/APKBUILD
+++ b/main/powerpc-utils/APKBUILD
@@ -1,12 +1,13 @@
1# Maintainer: Breno Leitao <breno.leitao@gmail.com> 1# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
2pkgname=powerpc-utils 2pkgname=powerpc-utils
3pkgver=1.3.3 3pkgver=1.3.3
4pkgrel=0 4pkgrel=1
5pkgdesc="Utilities which are intended for maintenance of powerpc platforms" 5pkgdesc="Utilities which are intended for maintenance of powerpc platforms"
6url="https://github.com/nfont/powerpc-utils" 6url="https://github.com/nfont/powerpc-utils"
7arch="ppc64le" 7arch="ppc64le"
8license="GPL" 8license="GPL"
9makedepends="autoconf automake zlib-dev" 9makedepends="autoconf automake zlib-dev"
10depends="bash bc"
10subpackages="$pkgname-doc" 11subpackages="$pkgname-doc"
11source="$pkgname-$pkgver.tar.gz::https://github.com/nfont/$pkgname/archive/v$pkgver.tar.gz" 12source="$pkgname-$pkgver.tar.gz::https://github.com/nfont/$pkgname/archive/v$pkgver.tar.gz"
12builddir="$srcdir/$pkgname-$pkgver" 13builddir="$srcdir/$pkgname-$pkgver"