aboutsummaryrefslogtreecommitdiffstats
path: root/main/cjdns
diff options
context:
space:
mode:
authorŁukasz Jendrysik <scadu@yandex.com>2016-08-09 19:54:20 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-08-11 10:17:22 +0200
commited528999df372dadc2451e516e3817cbe74e57bf (patch)
treef097cc2cfaaa89432ff0e3e977971e89df4d2c53 /main/cjdns
parent3c89119ff604be4156812f29e192b4d650a5e649 (diff)
downloadaports-ed528999df372dadc2451e516e3817cbe74e57bf.tar.bz2
aports-ed528999df372dadc2451e516e3817cbe74e57bf.tar.xz
main/cjdns: claim maintainership
Diffstat (limited to 'main/cjdns')
-rw-r--r--main/cjdns/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/cjdns/APKBUILD b/main/cjdns/APKBUILD
index 1468b3e7e1..00d4184215 100644
--- a/main/cjdns/APKBUILD
+++ b/main/cjdns/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
-# Maintainer:
+# Maintainer: Łukasz Jendrysik <scadu@yandex.com>
pkgname=cjdns
pkgver=17.4
-pkgrel=1
+pkgrel=2
pkgdesc='A routing engine designed for security, scalability, speed and ease of use'
url='https://github.com/cjdelisle/cjdns'
arch='x86_64 armhf'
@@ -18,6 +18,8 @@ builddir="$srcdir/$pkgname-$pkgname-v$pkgver"
build() {
cd "$builddir"
+ # if fails with ccache
+ export CC=gcc
CJDNS_RELEASE_VERSION="${pkgver}" bash 'do'
}