]> git.ipfire.org Git - ipfire-3.x.git/blame - libssh2/libssh2.nm
kernel: Fix compiled-in version number
[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
3fda0e52 7version = 1.7.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
fc278a15
MT
32 prepare_cmds
33 autoreconf -vfi # for aarch64
34 end
35
802ea3af
MT
36 configure_options += \
37 --disable-static \
38 --disable-rpath
39
40 test
41 make check
42 end
43end
44
45packages
46 package %{name}
47 end
1f9bc2f0 48
802ea3af
MT
49 package %{name}-devel
50 template DEVEL
51 end
1f9bc2f0
MT
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
802ea3af 56end