aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hitch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-04-19 14:18:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-19 14:18:45 +0000
commit63d74da0dcb7d475812f3f2070e1ba46129d214f (patch)
tree8701dbfa3097963559f295bbb9be61f4ec37e9e7 /testing/hitch
parent30e47ab8666fe36df91c2aafca0608897f5bf65d (diff)
downloadaports-63d74da0dcb7d475812f3f2070e1ba46129d214f.tar.bz2
aports-63d74da0dcb7d475812f3f2070e1ba46129d214f.tar.xz
testing/hitch: rebuild against libressl 2.5
Diffstat (limited to 'testing/hitch')
-rw-r--r--testing/hitch/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/hitch/APKBUILD b/testing/hitch/APKBUILD
index 699cb4d9de..45d4e6ded1 100644
--- a/testing/hitch/APKBUILD
+++ b/testing/hitch/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Raphael Cohn <raphael.cohn@stormmq.com>
pkgname=hitch
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="hitch is a TLS / SSL endpoint like stunnel"
url="https://hitch-tls.org/"
arch="all"
@@ -14,7 +14,7 @@ install=""
subpackages="$pkgname-doc"
source="https://github.com/varnish/hitch/archive/hitch-1.2.0.tar.gz"
-builddir="$pkgname-$pkgname-$pkgver"
+builddir="$srcdir"/hitch-hitch-$pkgver
build() {
cd "$builddir"
./bootstrap || return 1
@@ -30,8 +30,7 @@ build() {
}
package() {
- pwd
- cd src/"$builddir"
+ cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
}
md5sums="92378e514ae235755d9fade27e2d9f95 hitch-1.2.0.tar.gz"