aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-25 19:04:10 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-25 19:04:10 -0300
commitbf0db593e8e6a00eadd5975a64209eb2e9ec5da6 (patch)
treea57ff8a23a4bb57fd05b1df1e18e777f04c36fa5 /main
parent190b2dd763b0565843fa56a28a3e2d5539de84be (diff)
downloadaports-bf0db593e8e6a00eadd5975a64209eb2e9ec5da6.tar.bz2
aports-bf0db593e8e6a00eadd5975a64209eb2e9ec5da6.tar.xz
main/putty: depend on ncurses-terminfo
Diffstat (limited to 'main')
-rw-r--r--main/putty/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/putty/APKBUILD b/main/putty/APKBUILD
index 87d7b61579..dd8ab2bc0f 100644
--- a/main/putty/APKBUILD
+++ b/main/putty/APKBUILD
@@ -1,17 +1,17 @@
# Maintainer: Jeff Bilyk <jbilyk@alpinelinux.org>
pkgname=putty
pkgver=0.73
-pkgrel=0
+pkgrel=1
pkgdesc="SSH and telnet client"
url="https://www.chiark.greenend.org.uk/~sgtatham/putty/"
arch="all"
license="MIT"
+depends="ncurses-terminfo"
makedepends="linux-headers"
subpackages="$pkgname-doc"
source="http://the.earth.li/~sgtatham/putty/$pkgver/putty-$pkgver.tar.gz
fix-ppc64le-disable-werror.patch"
options="!check" # no test suite
-builddir="$srcdir"/putty-$pkgver
# secfixes:
# 0.73-r0:
@@ -24,7 +24,6 @@ builddir="$srcdir"/putty-$pkgver
# - CVE-2019-9898
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -33,7 +32,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}