From 16d84db4a6fd29352492ea64b157856a6f1b7af9 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 2 Feb 2022 18:24:36 +0000 Subject: added polkit deps --- repo/system/libssh2.xibuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 repo/system/libssh2.xibuild (limited to 'repo/system/libssh2.xibuild') diff --git a/repo/system/libssh2.xibuild b/repo/system/libssh2.xibuild new file mode 100644 index 0000000..086b686 --- /dev/null +++ b/repo/system/libssh2.xibuild @@ -0,0 +1,20 @@ +#!/bin/bash + +MAKEDEPS=(make) +DEPS=(openssl openssh libgcrypt zlib) + +PKG_VER=1.10.0 +SOURCE=https://www.libssh2.org/download/libssh2-$PKG_VER.tar.gz +DESC="A client-side C library implementing the SSH2 protocol" + +prepare () { + ./configure --prefix=/usr --disable-static +} + +build () { + make +} + +package () { + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1