]> git.ipfire.org Git - ipfire-3.x.git/blob - libhtp/libhtp.nm
kernel: udpate to 5.2
[ipfire-3.x.git] / libhtp / libhtp.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libhtp
7 version = 0.5.29
8 release = 1
9
10 groups = System/Libraries
11 url = https://github.com/OISF/libhtp
12 license = BSD
13 summary = LibHTP is a security-aware parser.
14
15 description
16 LibHTP is a security-aware parser for the HTTP protocol and the
17 related bits and pieces.
18 end
19
20 source_dl = https://github.com/OISF/%{name}/archive/%{version}.tar.gz#/
21
22 build
23 requires
24 autoconf
25 automake
26 libtool
27 pkg-config
28 zlib-devel
29 end
30
31 export LD_LIBRARY_PATH = %{DIR_APP}/htp/.libs
32
33 configure_options += \
34 --disable-static
35
36 prepare_cmds
37 ./autogen.sh
38 end
39
40 test
41 make check
42 end
43 end
44
45 packages
46 package %{name}
47
48 package %{name}-devel
49 template DEVEL
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end