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