]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - libssh2/libssh2.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/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.2.7
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 =
23
24 build
25 requires
26 openssl-devel
27 zlib-devel
28 end
29
30 configure_options += \
31 --disable-static \
32 --disable-rpath
33
34 test
35 make check
36 end
37 end
38
39 packages
40 package %{name}
41 end
42
43 package %{name}-devel
44 template DEVEL
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end