]> git.ipfire.org Git - ipfire-3.x.git/blob - libssh2/libssh2.nm
libssh2: Update to 1.9.0
[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.9.0
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 configure_options += \
33 --disable-static \
34 --disable-rpath
35
36 test
37 make check
38 end
39 end
40
41 packages
42 package %{name}
43
44 package %{name}-devel
45 template DEVEL
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end