]> git.ipfire.org Git - ipfire-3.x.git/blame - libssh2/libssh2.nm
libssh2: Update to 1.9.0
[ipfire-3.x.git] / libssh2 / libssh2.nm
CommitLineData
d661f0d1 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
d661f0d1 4###############################################################################
5
802ea3af 6name = libssh2
59cb2afe 7version = 1.9.0
802ea3af 8release = 1
d661f0d1 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.libssh2.org/
12license = BSD
13summary = A library implementing the SSH2 protocol.
d45b45b4 14
802ea3af 15description
1205840b
EK
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)*,
d661f0d1 19 SECSH-DHGEX(04), and SECSH-NUMBERS(10).
802ea3af
MT
20end
21
1205840b 22source_dl = http://www.libssh2.org/download/
802ea3af
MT
23
24build
25 requires
fc278a15
MT
26 autoconf
27 automake
802ea3af
MT
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
39end
40
41packages
42 package %{name}
1f9bc2f0 43
802ea3af
MT
44 package %{name}-devel
45 template DEVEL
46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end