]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libssh2/libssh2.nm
tmux: New package.
[people/ms/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
1205840b 7version = 1.4.2
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
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
37end
38
39packages
40 package %{name}
41 end
1f9bc2f0 42
802ea3af
MT
43 package %{name}-devel
44 template DEVEL
45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end