]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - libssh2/libssh2.nm
Move all packages to root.
[people/pmueller/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
MT
6name = libssh2
7version = 1.2.7
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
d661f0d1 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).
802ea3af
MT
20end
21
22source_dl =
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
42
43 package %{name}-devel
44 template DEVEL
45 end
46end