comparison network/libssh/libssh.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents e91fbcb3d1ef
children ddab65a5b3f5
comparison
equal deleted inserted replaced
901:e2de15b7d2b1 902:a133976e0783
19 PKGVERSION=0.9.0 19 PKGVERSION=0.9.0
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="LGPLv21" 21 PKGLICENSE="LGPLv21"
22 PKGSUMMARY="C library that implements SSHv2 protocol" 22 PKGSUMMARY="C library that implements SSHv2 protocol"
23 PKGDOWNLOAD="https://www.libssh.org/files/0.9/$PKGNAME-$PKGVERSION.tar.xz" 23 PKGDOWNLOAD="https://www.libssh.org/files/0.9/$PKGNAME-$PKGVERSION.tar.xz"
24 PKGDEPENDS="dev/cmake:build compression/zlib" 24 PKGDEPENDS="cmake:build zlib"
25 25
26 : ${CC:=clang} 26 : ${CC:=clang}
27 : ${CFLAGS:=-O2} 27 : ${CFLAGS:=-O2}
28 28
29 build() 29 build()