]> git.ipfire.org Git - ipfire-3.x.git/blob - libssh2/libssh2.nm
Merge remote-tracking branch 'stevee/bash-comletion'
[ipfire-3.x.git] / libssh2 / libssh2.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libssh2
7 version = 1.4.3
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.libssh2.org/
12 license = BSD
13 summary = A library implementing the SSH2 protocol.
14
15 description
16 libssh2 is a library implementing the SSH2 protocol as defined by
17 Internet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25),
18 SECSH-CONNECTION(23), SECSH-ARCH(20), SECSH-FILEXFER(06)*,
19 SECSH-DHGEX(04), and SECSH-NUMBERS(10).
20 end
21
22 source_dl = http://www.libssh2.org/download/
23
24 build
25 requires
26 autoconf
27 automake
28 openssl-devel
29 zlib-devel
30 end
31
32 prepare_cmds
33 autoreconf -vfi # for aarch64
34 end
35
36 configure_options += \
37 --disable-static \
38 --disable-rpath
39
40 test
41 make check
42 end
43 end
44
45 packages
46 package %{name}
47 end
48
49 package %{name}-devel
50 template DEVEL
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56 end